mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
sed -i 's,<package_name>,\<package_name\>,' metadata/*.yml
This commit is contained in:
parent
3351f87417
commit
012386c2c3
1 changed files with 4 additions and 4 deletions
|
|
@ -15,18 +15,18 @@ Description: |-
|
|||
You can revoke RUN_IN_BACKGROUND permission on any app by executing following
|
||||
command in the adb shell:
|
||||
|
||||
cmd appops set <package_name> RUN_IN_BACKGROUND ignore
|
||||
cmd appops set <package_name> RUN_IN_BACKGROUND ignore
|
||||
|
||||
To grant this permission back, one should execute this:
|
||||
|
||||
cmd appops set <package_name> RUN_IN_BACKGROUND allow
|
||||
cmd appops set <package_name> RUN_IN_BACKGROUND allow
|
||||
|
||||
To check status of RUN_IN_BACKGROUND permission on any app, one can execute this
|
||||
command:
|
||||
|
||||
cmd appops get <package_name> RUN_IN_BACKGROUND
|
||||
cmd appops get <package_name> RUN_IN_BACKGROUND
|
||||
|
||||
<package_name> is obviously name of application package, be it
|
||||
<package_name> is obviously name of application package, be it
|
||||
com.android.calculator2 or anything else.
|
||||
|
||||
By disabling RUN_IN_BACKGROUND, apps such as Hangouts or Facebook will
|
||||
|
|
|
|||
Loading…
Reference in a new issue