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