From b07cbb9e0714dd9f4ce56efbe542d3c4d68d9a25 Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Thu, 19 Mar 2020 15:20:10 +0100 Subject: [PATCH] Disable annoying strict mode by default --- system.prop | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system.prop b/system.prop index c7ee371..70ccd74 100644 --- a/system.prop +++ b/system.prop @@ -3,3 +3,6 @@ ro.adb.secure=0 #Disable for everyone for the moment ro.sys.sdcardfs=0 persist.sys.overlay.nightmode=true + +#Disable debugging strict mode toasts +persist.sys.strictmode.disable=true