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

Commit fabce879 authored by Adam Bookatz's avatar Adam Bookatz
Browse files

Move @hides from UMS

UMS is internal and doesn't need @hides

Change-Id: I36e9e5e140cd10550675588491b697671714a7c0
Test: None. Just javadoc
Flag: EXEMPT javadoc
parent a6033f91
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -3581,8 +3581,6 @@ public class UserManagerService extends IUserManager.Stub {
    }

    /**
     * @hide
     *
     * Returns who set a user restriction on a user.
     * Requires {@link android.Manifest.permission#MANAGE_USERS} permission.
     * @param restrictionKey the string key representing the restriction
@@ -6266,9 +6264,6 @@ public class UserManagerService extends IUserManager.Stub {
        }
    }

    /**
     * @hide
     */
    @Override
    public @NonNull UserInfo createRestrictedProfileWithThrow(
            @Nullable String name, @UserIdInt int parentUserId)
@@ -8495,7 +8490,6 @@ public class UserManagerService extends IUserManager.Stub {
    }

    /**
     * @hide
     * Checks whether to show a notification for sounds (e.g., alarms, timers, etc.) from
     * background users.
     */