From 1c4c442e4540b16aed7acc345aea26ab101efbf8 Mon Sep 17 00:00:00 2001 From: Nicolas Prevot Date: Mon, 16 Feb 2015 11:32:21 +0000 Subject: [PATCH] Improve the documentation of DISALLOW_CONFIG_BLUETOOTH. BUG:19315055 Change-Id: Ic92a7b79f8113cad0474d62b0c615a1ada91838b --- core/java/android/os/UserManager.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/java/android/os/UserManager.java b/core/java/android/os/UserManager.java index d124a499f66d3..4bad504f27c7c 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 not restrict the user from turning bluetooth on or off. * The default value is false. *

This restriction has no effect in a managed profile. *