diff options
| author | 2017-03-16 18:02:57 +0000 | |
|---|---|---|
| committer | 2017-03-30 16:47:43 +0100 | |
| commit | 9f592dbca32c698cabcf38a5e07cbb118fbf44dd (patch) | |
| tree | 0ff026b6b41885f59c32b034c7cc4f5ceb90a0b5 | |
| parent | f451f7b05ba5b5be9098ffaba51c092e2a482119 (diff) | |
Update ENSURE_VERIFY_APPS javadoc
Make it clear that now this restriction applies across the whole device,
and is settable by profile owner.
Bug: 31000521
Test: None; just javadoc update
Change-Id: If82d8f4167cf1b77d6e10554f1d96b2d3a2a54a0
| -rw-r--r-- | core/java/android/os/UserManager.java | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/core/java/android/os/UserManager.java b/core/java/android/os/UserManager.java index 42575b69409b..a6bf2d26abb3 100644 --- a/core/java/android/os/UserManager.java +++ b/core/java/android/os/UserManager.java @@ -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 |