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

Commit b14ed956 authored by Nicolas Prevot's avatar Nicolas Prevot
Browse files

Fix javadoc for UserManager.KEY_RESTRICTIONS_PENDING

BUG:18983720

Change-Id: I3af3354f746cd2981cdb8ba2ed6cc380665249ee
parent c6a22851
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -383,8 +383,10 @@ public class UserManager {
     *
     * <p/>Key for application restrictions.
     * <p/>Type: Boolean
     * @see android.app.admin.DevicePolicyManager#setApplicationRestrictions()
     * @see android.app.admin.DevicePolicyManager#getApplicationRestrictions()
     * @see android.app.admin.DevicePolicyManager#setApplicationRestrictions(
     *      android.content.ComponentName, String, Bundle)
     * @see android.app.admin.DevicePolicyManager#getApplicationRestrictions(
     *      android.content.ComponentName, String)
     */
    public static final String KEY_RESTRICTIONS_PENDING = "restrictions_pending";