Loading core/java/android/app/AppOpsManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading core/res/AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
core/java/android/app/AppOpsManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading
core/res/AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading