From bd41fec3f163d2133a99f83f4fa8e27c01092d28 Mon Sep 17 00:00:00 2001 From: Ido Ben-Hur Date: Tue, 11 Jun 2024 19:52:21 +0900 Subject: [PATCH] Evolver: Dev toggle to ignore app wallpaper dimming requests [2/2] breaks an app API (even if very non-critical) so should be under dev settings --- res/values/evolution_strings.xml | 2 ++ res/xml/evolution_settings_miscellaneous.xml | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/res/values/evolution_strings.xml b/res/values/evolution_strings.xml index 295a137..45a5a7d 100644 --- a/res/values/evolution_strings.xml +++ b/res/values/evolution_strings.xml @@ -269,6 +269,8 @@ Developer options Allow application downgrade Allow downgrading system applications, which may result in crashes and data loss + Ignore wallpaper dimming requests + Blocks all apps from setting the wallpaper dim\nForces dim to 0 Ignore window secure flags Remove restrictions on screenshots and screen recordings for all applications, potentially risking privacy leaks Unlimit screenrecord diff --git a/res/xml/evolution_settings_miscellaneous.xml b/res/xml/evolution_settings_miscellaneous.xml index 8096e7e..dc98d9d 100644 --- a/res/xml/evolution_settings_miscellaneous.xml +++ b/res/xml/evolution_settings_miscellaneous.xml @@ -25,6 +25,13 @@ android:key="miscellaneous_developer_options_category" android:title="@string/miscellaneous_developer_options_category"> + + +