From 84d1765c824bb71a6541152dc9ca9a9e9a5447cf Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 06:43:47 +0000 Subject: [PATCH] Config data_extraction_rules.xml to include database backup Updated `app/src/main/res/xml/data_extraction_rules.xml` to include the `database` domain in both `` and `` sections. This ensures that the Room database `easy_reader_v2.db`, which stores critical library data and reading progress, is preserved during backup and restore on Android 12+ devices. Previously, only SharedPreferences were included. Co-authored-by: Aatricks <113598245+Aatricks@users.noreply.github.com> --- app/src/main/res/xml/data_extraction_rules.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/xml/data_extraction_rules.xml b/app/src/main/res/xml/data_extraction_rules.xml index b876e31..19efd59 100644 --- a/app/src/main/res/xml/data_extraction_rules.xml +++ b/app/src/main/res/xml/data_extraction_rules.xml @@ -2,8 +2,10 @@ + +