Skip to content

Instantly share code, notes, and snippets.

@ilhan-athn7
Created June 4, 2026 18:54
Show Gist options
  • Select an option

  • Save ilhan-athn7/b69a98354a78ab393e6ec837f89e9ff7 to your computer and use it in GitHub Desktop.

Select an option

Save ilhan-athn7/b69a98354a78ab393e6ec837f89e9ff7 to your computer and use it in GitHub Desktop.
Allow all permissions of android app
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