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

Commit ef114f60 authored by Ayush Sharma's avatar Ayush Sharma Committed by Android (Google) Code Review
Browse files

Merge "Update javadoc for DISALLOW_SIM_GLOBALLY" into main

parents 870ef0ac bf093c52
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -1930,12 +1930,10 @@ public class UserManager {
    public static final String DISALLOW_THREAD_NETWORK = "no_thread_network";

    /**
     * This user restriction specifies if the user is able to add SIMs to the device.
     * This user restriction specifies if the user is able to add embedded SIMs to the device.
     *
     * <p>
     * This restriction blocks the download of embedded SIMs, and disables any physical SIMs.
     * If any embedded SIMs are already on the device, then they are removed. This restriction
     * does not affect SIMs provisioned to the device by device owners or profile owners.
     * This restriction blocks the download of embedded SIMs.
     *
     * <p>
     * This restriction can only be set by a device owner or a profile owner of an
@@ -1951,6 +1949,7 @@ public class UserManager {
     *
     * <p>Key for user restrictions.
     * <p>Type: Boolean
     *
     * @see DevicePolicyManager#addUserRestriction(ComponentName, String)
     * @see DevicePolicyManager#clearUserRestriction(ComponentName, String)
     * @see #getUserRestrictions()