Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d133e05e authored by Julia Reynolds's avatar Julia Reynolds Committed by Android Git Automerger
Browse files

am 72746e41: Merge "API council - DISALLOW_APPS_CONTROL -- need better documentation." into lmp-dev

* commit '72746e415e325a9d54a19f8c82fdbd98b9d3658b':
  API council - DISALLOW_APPS_CONTROL -- need better documentation.
parents bc658872 12451a39
Loading
Loading
Loading
Loading
+11 −2
Original line number Diff line number Diff line
@@ -229,8 +229,17 @@ public class UserManager {
    public static final String DISALLOW_CONFIG_MOBILE_NETWORKS = "no_config_mobile_networks";

    /**
     * Key for user restrictions. Specifies if a user is disallowed from controlling
     * applications in Settings. The default value is <code>false</code>.
     * Key for user restrictions. Specifies if a user is disallowed from modifying
     * applications in Settings or launchers. The following actions will not be allowed when this
     * restriction is enabled:
     * <li>uninstalling apps</li>
     * <li>disabling apps</li>
     * <li>clearing app caches</li>
     * <li>clearing app data</li>
     * <li>force stopping apps</li>
     * <li>clearing app defaults</li>
     * <p>
     * The default value is <code>false</code>.
     * <p>
     * Type: Boolean
     * @see #setUserRestrictions(Bundle)