Advertisement
metalx1000

Disable system settings for user on Android through ADB

Jun 16th, 2023
1,361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.20 KB | None | 0 0
  1. #get package name - run this command and start app
  2. logcat|grep cmp
  3.  
  4. #diable system settings for user
  5. pm disable-user com.android.settings
  6.  
  7. #enable system settings
  8. pm enable com.android.settings
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement