summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Varun Shah <varunshah@google.com> 2024-02-01 00:57:45 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-02-01 00:57:45 +0000
commit22fcca3454e641a946a1cf95f54951fe867a62cc (patch)
tree9cbf3203ce5498d487aedbf1b68038d9246d3487
parent5941cb47f1694f503b4cdedbc0fd70a2208e54a6 (diff)
parent97a6a15282d1d9e25309efa8b42c070193e95777 (diff)
Merge "Update javadoc for RUN_BACKUP_JOBS permission." into main
-rw-r--r--core/java/android/app/AppOpsManager.java2
-rw-r--r--core/res/AndroidManifest.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/app/AppOpsManager.java b/core/java/android/app/AppOpsManager.java
index 79070595e831..0dbce97c978b 100644
--- a/core/java/android/app/AppOpsManager.java
+++ b/core/java/android/app/AppOpsManager.java
@@ -1550,7 +1550,7 @@ public class AppOpsManager {
AppProtoEnums.APP_OP_READ_SYSTEM_GRAMMATICAL_GENDER;
/**
- * Allows an app whose primary use case is to backup or sync content to run longer jobs.
+ * Allows an app with a major use case of backing-up or syncing content to run longer jobs.
*
* @hide
*/
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 0171f584a838..58cee98f3c16 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -7828,7 +7828,7 @@
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
+ Gives applications with a <b>major use case</b> of backing-up or syncing 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.