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

Commit 34b6e35b authored by Nicolas Prevot's avatar Nicolas Prevot
Browse files

Fix javadoc in UserManager mentioning application restrictions.

The java doc of UserManager.KEY_RESTRICTIONS_PENDING contains mistakes.

BUG: 18414603
Change-Id: I9584dad545dcbef1eb2ee0e4f5df117486435e8a
parent f030e66f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -383,8 +383,8 @@ public class UserManager {
     *
     * <p/>Key for application restrictions.
     * <p/>Type: Boolean
     * @see android.app.admin.DevicePolicyManager#addApplicationRestriction()
     * @see android.app.admin.DevicePolicyManager#getApplicationRestriction()
     * @see android.app.admin.DevicePolicyManager#setApplicationRestrictions()
     * @see android.app.admin.DevicePolicyManager#getApplicationRestrictions()
     */
    public static final String KEY_RESTRICTIONS_PENDING = "restrictions_pending";