-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpermission for installed apks.txt
24 lines (18 loc) · 1.12 KB
/
permission for installed apks.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
change com.arlosoft.macrodroid
pm grant com.arlosoft.macrodroid android.permission.WRITE_EXTERNAL_STORAGE
pm grant com.arlosoft.macrodroid android.permission.BIND_ACCESSIBILITY_SERVICE
cmd appops set com.arlosoft.macrodroid BIND_ACCESSIBILITY_SERVICE allow
pm grant com.arlosoft.macrodroid android.permission.ACCESS_NOTIFICATIONS
cmd appops set com.arlosoft.macrodroid ACCESS_NOTIFICATIONS allow
pm grant com.arlosoft.macrodroid android.permission.BIND_DEVICE_ADMIN
pm grant com.arlosoft.macrodroid android.permission.SYSTEM_ALERT_WINDOW
cmd appops set com.arlosoft.macrodroid SYSTEM_ALERT_WINDOW allow
cmd appops set com.arlosoft.macrodroid GET_USAGE_STATS allow
pm grant com.arlosoft.macrodroid android.permission.SCHEDULE_EXACT_ALARM
cmd appops set com.arlosoft.macrodroid SCHEDULE_EXACT_ALARM allow
pm grant com.arlosoft.macrodroid android.permission.MANAGE_EXTERNAL_STORAGE
cmd appops set com.arlosoft.macrodroid MANAGE_EXTERNAL_STORAGE allow
pm grant com.arlosoft.macrodroid android.permission.REQUEST_INSTALL_PACKAGES
cmd appops set com.arlosoft.macrodroid REQUEST_INSTALL_PACKAGES allow
or
adb install -g app.apk