-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Description
1. Enable developer options & USB debugging on phone first (Settings → About phone → tap Build number 7×)
2. Connect phone to computer, allow USB debugging when asked
Then run this (needs adb installed – from platform-tools on developer.android.com)
adb shell settings put global hidden_api_policy_pre_p_apps 1
adb shell settings put global hidden_api_policy_p_apps 1
adb shell settings put global hidden_api_policy 1
Remove almost all restrictions on reading hidden/system APIs (many apps use this for "full access" tricks)
Then reboot phone
adb reboot
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels