diff options
| -rw-r--r-- | core/java/android/os/UserManager.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/os/UserManager.java b/core/java/android/os/UserManager.java index 794b3baf1932..d08781cc5e4f 100644 --- a/core/java/android/os/UserManager.java +++ b/core/java/android/os/UserManager.java @@ -322,6 +322,8 @@ public class UserManager { * Specifies if a user is disallowed from configuring Tethering * & portable hotspots. This can only be set by device owners and profile owners on the * primary user. The default value is <code>false</code>. + * <p>In Android 9.0 or higher, if tethering is enabled when this restriction is set, + * tethering will be automatically turned off. * * <p>Key for user restrictions. * <p>Type: Boolean |