From 0e1266ac1fd62e136aa33b4e5cbf43059dd3c01f Mon Sep 17 00:00:00 2001 From: Tad Date: Sat, 16 Apr 2022 18:53:00 -0400 Subject: [PATCH] Drop Silence Signed-off-by: Tad --- Scripts/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/init.sh b/Scripts/init.sh index 3db70e3a..f4cbacc8 100644 --- a/Scripts/init.sh +++ b/Scripts/init.sh @@ -67,7 +67,7 @@ export DOS_TIMEOUTS=true; #Enables the GrapheneOS/CalyxOS patchset for automatic export DOS_HOSTS_BLOCKING=true; #Set false to prevent inclusion of a HOSTS file export DOS_HOSTS_BLOCKING_LIST="https://divested.dev/hosts-wildcards"; #Must be in the format "127.0.0.1 bad.domain.tld" export DOS_MICROG_INCLUDED="NONE"; #Determines inclusion of microG. Options: NONE, NLP, FULL (removed) -export DOS_SILENCE_INCLUDED=true; #Set false to disable inclusion of Silence SMS app +export DOS_SILENCE_INCLUDED=false; #Set false to disable inclusion of Silence SMS app export DOS_SENSORS_PERM=false; #Set true to provide a per-app sensors permission for 14.1/15.1 #XXX: can break things like camera export DOS_STRONG_ENCRYPTION_ENABLED=false; #Set true to enable AES 256-bit FDE encryption on 14.1+15.1 XXX: THIS WILL **DESTROY** EXISTING INSTALLS! export DOS_WEBVIEW_LFS=true; #Whether to `git lfs pull` in the WebView repository