Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 22fcca34 authored by Varun Shah's avatar Varun Shah Committed by Android (Google) Code Review
Browse files

Merge "Update javadoc for RUN_BACKUP_JOBS permission." into main

parents 5941cb47 97a6a152
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
     */
+1 −1
Original line number Diff line number Diff line
@@ -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.