diff options
| author | Irina Dumitrescu <irinaid@google.com> | 2018-10-19 23:50:18 +0100 |
|---|---|---|
| committer | Irina Dumitrescu <irinaid@google.com> | 2018-10-19 23:52:42 +0100 |
| commit | 0501eeec33fedd08c19783d5d8544e84c3f3cec6 (patch) | |
| tree | da3eb0d993a4a7f41b0ef2d8d529540c85dc8356 /core/java/android/os/UserManager.java | |
| parent | b5e29698d76cec843b9cfcf4292a97b4fdd5a27b (diff) | |
Update unknown sources restriction API documentation to clarify device-widedness.
Test: none.
Bug: 117831202
Change-Id: I2106bb25ce32ade89abb909e0332f1b6d7f1eb58
Diffstat (limited to 'core/java/android/os/UserManager.java')
| -rw-r--r-- | core/java/android/os/UserManager.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/java/android/os/UserManager.java b/core/java/android/os/UserManager.java index 8123744281f4..94884e1b3f9e 100644 --- a/core/java/android/os/UserManager.java +++ b/core/java/android/os/UserManager.java @@ -272,6 +272,10 @@ public class UserManager { * * Specifies if all users on the device are disallowed from enabling the * "Unknown Sources" setting, that allows installation of apps from unknown sources. + * + * This restriction can be enabled by the profile owner, in which case all accounts and + * profiles will be affected. + * * The default value is <code>false</code>. * * <p>Key for user restrictions. |
