diff options
author | 2024-01-04 22:48:22 +0000 | |
---|---|---|
committer | 2024-01-25 00:27:51 +0000 | |
commit | 65527a8f39bbf49e0c8fc475cbc620ab0eff4359 (patch) | |
tree | 1749ef4ef1866ff16a4be42e784575f4d9081af6 | |
parent | 86e188a66dde34acb74b56e74416fcf2cfcf4cff (diff) |
Update manifest with new permission.
Bug: 318731461
Test: build/flashes
Change-Id: I8b2d5229b6aad36654bda6d72408a30edf10f514
-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 565e6ed3e..d96d98822 100644 --- a/tests/cts/permissionpolicy/res/raw/android_manifest.xml +++ b/tests/cts/permissionpolicy/res/raw/android_manifest.xml @@ -7570,6 +7570,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 --> |