From c45ca9ea520de728b3a36067385c31b30cf5db2b Mon Sep 17 00:00:00 2001 From: someone5678 Date: Sat, 1 Jun 2024 13:49:36 +0900 Subject: [PATCH] ExternalStorageProvider: Conditionally remove SAF restrictions [2/2] * Write title and summary based on NoStorageRestrict module's descriptions. Ref: https://github.com/DanGLES3/NoStorageRestrict Change-Id: Ie62441f2c8e7ebaca3612100c79e7c24ebfb5b0e Signed-off-by: someone5678 --- res/values/evolution_strings.xml | 4 ++++ res/xml/more_security_privacy_settings.xml | 7 +++++++ res/xml/security_advanced_settings.xml | 7 +++++++ 3 files changed, 18 insertions(+) diff --git a/res/values/evolution_strings.xml b/res/values/evolution_strings.xml index 045785c4f75..14de821578a 100644 --- a/res/values/evolution_strings.xml +++ b/res/values/evolution_strings.xml @@ -193,4 +193,8 @@ Hide screen capture status Hide screen capture and screen record status from all applications. Can be convenient in some cases but may lead to privacy leaks. Need to restart applications for the change to take effect. + + + No storage restrict + Remove the restriction when selecting folders through Storage Access Framework. Can be convenient in some cases but may lead to privacy leaks. diff --git a/res/xml/more_security_privacy_settings.xml b/res/xml/more_security_privacy_settings.xml index 60e84096517..4c3d4c95963 100644 --- a/res/xml/more_security_privacy_settings.xml +++ b/res/xml/more_security_privacy_settings.xml @@ -245,4 +245,11 @@ android:summary="@string/hide_screen_capture_status_summary" android:defaultValue="false"/> + + diff --git a/res/xml/security_advanced_settings.xml b/res/xml/security_advanced_settings.xml index 75711c3af4c..aab78313000 100644 --- a/res/xml/security_advanced_settings.xml +++ b/res/xml/security_advanced_settings.xml @@ -131,6 +131,13 @@ android:summary="@string/hide_screen_capture_status_summary" android:defaultValue="false"/> + +