Loading core/java/android/os/UserManager.java +3 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,9 @@ public class UserManager { private final Context mContext; /** * Specifies if a user is disallowed from adding and removing accounts. * Specifies if a user is disallowed from adding and removing accounts, unless they are * {@link android.accounts.AccountManager#addAccountExplicitly programmatically} added by * Authenticator. * The default value is <code>false</code>. * * <p/>Key for user restrictions. Loading Loading
core/java/android/os/UserManager.java +3 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,9 @@ public class UserManager { private final Context mContext; /** * Specifies if a user is disallowed from adding and removing accounts. * Specifies if a user is disallowed from adding and removing accounts, unless they are * {@link android.accounts.AccountManager#addAccountExplicitly programmatically} added by * Authenticator. * The default value is <code>false</code>. * * <p/>Key for user restrictions. Loading