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

am: a31f49a0df

Change-Id: I366df8ae5c7d8af35e47554f095fc927b64f62fb
This commit is contained in:
Rubin Xu
2017-04-25 12:17:13 +00:00
committed by android-build-merger

View File

@@ -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) {