diff options
| author | 2015-02-16 11:32:21 +0000 | |
|---|---|---|
| committer | 2015-02-18 19:28:21 +0000 | |
| commit | 1c4c442e4540b16aed7acc345aea26ab101efbf8 (patch) | |
| tree | f0ab251a50d470cdb0c5662807f20d4bdd38d3c9 | |
| parent | 211f8b4d83fab4b4e036ff538bd8c14fbb856b72 (diff) | |
Improve the documentation of DISALLOW_CONFIG_BLUETOOTH.
BUG:19315055
Change-Id: Ic92a7b79f8113cad0474d62b0c615a1ada91838b
| -rw-r--r-- | core/java/android/os/UserManager.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/os/UserManager.java b/core/java/android/os/UserManager.java index d124a499f66d..4bad504f27c7 100644 --- a/core/java/android/os/UserManager.java +++ b/core/java/android/os/UserManager.java @@ -114,6 +114,7 @@ public class UserManager { /** * Specifies if a user is disallowed from configuring bluetooth. + * This does <em>not</em> restrict the user from turning bluetooth on or off. * The default value is <code>false</code>. * <p/>This restriction has no effect in a managed profile. * |