Merge "Update ENSURE_VERIFY_APPS javadoc" into oc-dev am: bb621fd95c

am: f1b54874f0

Change-Id: I55cee22df45d0e327b5c26e6768653bf3c7c7c4f
This commit is contained in:
Rubin Xu
2017-03-30 19:42:29 +00:00
committed by android-build-merger

View File

@@ -369,8 +369,10 @@ public class UserManager {
public static final String DISALLOW_ADD_MANAGED_PROFILE = "no_add_managed_profile";
/**
* Specifies if a user is disallowed from disabling application
* verification. The default value is <code>false</code>.
* Specifies if a user is disallowed from disabling application verification.
* Starting from {@link android.os.Build.VERSION_CODES#O}, application verification
* is enforced across all users on the device if a profile owner or device owner sets
* this restriction to <code>true</code>. The default value is <code>false</code>.
*
* <p>Key for user restrictions.
* <p>Type: Boolean