diff options
author | Simao Gomes Viana <xdevs23@outlook.com> | 2017-08-20 12:36:31 +0200 |
---|---|---|
committer | dd3boh <dade.garberi@gmail.com> | 2017-08-21 08:53:03 +0200 |
commit | 79ae1670573617a6a5477bd1b862ff84333a9981 (patch) | |
tree | 4998b3fecde2ad7c14abc35903b8bd2b27050d13 /system.prop | |
parent | 6060aee083c306ab20599c11c1ffe6a535e40c16 (diff) |
SafetyNet bypass
This might be useful to bypass the safetynet as default if the device is unrooted and so magisk isn't installed
Change-Id: Ie572200699e843cf8e3fd5329943cbdf9d10bc9b
Signed-off-by: dd3boh <dade.garberi@gmail.com>
Diffstat (limited to 'system.prop')
-rw-r--r-- | system.prop | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system.prop b/system.prop index 44789ca..2f80a16 100644 --- a/system.prop +++ b/system.prop @@ -165,3 +165,6 @@ ro.device.gpu=Qualcomm Adreno 530 ro.device.rear_cam=13 MP, f/2.2 ro.device.front_cam=8 MP, f/2.0 ro.device.screen_res=1080 x 1920, 5.0" + +# SafetyNet +ro.boot.verifiedbootstate=green |