DEV Community

samsepi0l
samsepi0l

Posted on

greenify grant permissions ADB

sudo dnf install adb

adb -d shell am force-stop com.oasisfeng.greenify
adb -d shell pm grant com.oasisfeng.greenify android.permission.GET_APP_OPS_STATS
adb -d shell pm grant com.oasisfeng.greenify android.permission.READ_LOGS
adb -d shell pm grant com.oasisfeng.greenify android.permission.WRITE_SECURE_SETTINGS
adb -d shell pm grant com.oasisfeng.greenify android.permission.DUMP
adb -d shell am force-stop com.oasisfeng.greenify
Enter fullscreen mode Exit fullscreen mode

Top comments (0)