Created
June 4, 2026 18:54
-
-
Save ilhan-athn7/b69a98354a78ab393e6ec837f89e9ff7 to your computer and use it in GitHub Desktop.
Allow all permissions of android app
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
| su -c "for perm in \$(dumpsys package com.example.app | grep 'android.permission' | awk '{print \$1}' | sort -u); do pm grant com.example.app \$perm; done" 2>/dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment