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

Commit 0367f077 authored by Rubin Xu's avatar Rubin Xu
Browse files

Add param javadoc to DevicePolicyManager.setBackupServiceEnabled

Bug: 37624668
Test: make -j32 docs
Change-Id: Ie3457f4f5eba63365ed7920431037759475fa30b
parent 274442e3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -7681,6 +7681,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) {