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

Commit add429d1 authored by Rubin Xu's avatar Rubin Xu Committed by android-build-merger
Browse files

Merge "Add param javadoc to DevicePolicyManager.setBackupServiceEnabled" into oc-dev am: a31f49a0

am: e45651ba

Change-Id: I2c4e924c5e6a3317aca31ca56676e73e641e261e
parents dd0064d5 e45651ba
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -7761,6 +7761,8 @@ public class DevicePolicyManager {
     *
     * <p> Backup service is off by default when device owner is present.
     *
     * @param admin Which {@link DeviceAdminReceiver} this request is associated with.
     * @param enabled {@code true} to enable the backup service, {@code false} to disable it.
     * @throws SecurityException if {@code admin} is not a device owner.
     */
    public void setBackupServiceEnabled(@NonNull ComponentName admin, boolean enabled) {