diff options
author | 2024-01-25 22:28:36 +0000 | |
---|---|---|
committer | 2024-01-25 22:28:36 +0000 | |
commit | 07adba6ac8d632559cabc0077ee06e4218968a5c (patch) | |
tree | 6431224bf3cf701eed2729d582c8a85e9da623bb | |
parent | 26bde635e08c1ceb79c428af15cd5e9c3417acab (diff) | |
parent | 65527a8f39bbf49e0c8fc475cbc620ab0eff4359 (diff) |
Merge "Update manifest with new permission." into main
-rw-r--r-- | tests/cts/permissionpolicy/res/raw/android_manifest.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/cts/permissionpolicy/res/raw/android_manifest.xml b/tests/cts/permissionpolicy/res/raw/android_manifest.xml index fe4c8f5e7..859e571da 100644 --- a/tests/cts/permissionpolicy/res/raw/android_manifest.xml +++ b/tests/cts/permissionpolicy/res/raw/android_manifest.xml @@ -7577,6 +7577,16 @@ <permission android:name="android.permission.RUN_USER_INITIATED_JOBS" android:protectionLevel="normal"/> + <!-- @FlaggedApi("android.app.job.backup_jobs_exemption") + Gives applications whose <b>primary use case</b> is to backup or sync content increased + job execution allowance in order to complete the related work. The jobs must have a valid + content URI trigger and network constraint set. + <p>This is a special access permission that can be revoked by the system or the user. + <p>Protection level: signature|privileged|appop + --> + <permission android:name="android.permission.RUN_BACKUP_JOBS" + android:protectionLevel="signature|privileged|appop"/> + <!-- Allows a browser to invoke the set of credential candidate query apis. <p>Protection level: normal --> |