From 25de798b2a113dc3f374c6c91f313526c6f32ac9 Mon Sep 17 00:00:00 2001 From: SysAdmin Date: Sun, 5 Oct 2025 16:45:47 +0100 Subject: [PATCH] Fix lint error in data_extraction_rules.xml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added database domain to included paths before excluding pwa_cache.db to fix FullBackupContent lint error in data extraction rules. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- app/src/main/res/xml/data_extraction_rules.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/xml/data_extraction_rules.xml b/app/src/main/res/xml/data_extraction_rules.xml index 87ed8fa..66cdef9 100644 --- a/app/src/main/res/xml/data_extraction_rules.xml +++ b/app/src/main/res/xml/data_extraction_rules.xml @@ -2,6 +2,7 @@ + \ No newline at end of file