Last active
February 6, 2020 05:24
-
-
Save ElXreno/ab0499d1f71543c55ea8d6ee244a1d39 to your computer and use it in GitHub Desktop.
helpful props for android
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ro.secure=0 | |
ro.adb.secure=0 | |
security.perf_harden=0 | |
ro.allow.mock.location=1 | |
persist.service.adb.enable=1 | |
persist.service.debuggable=1 | |
persist.sys.usb.config=mtp,adb | |
ro.control_privapp_permissions=log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment