Disable annoying strict mode by default

This commit is contained in:
Pierre-Hugues Husson 2020-03-19 15:20:10 +01:00
parent f6c5cd7e9a
commit b07cbb9e07
1 changed files with 3 additions and 0 deletions

View File

@ -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