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

Commit b8e46800 authored by Varun Shah's avatar Varun Shah
Browse files

Remove permission reference from documentation.

The RequiresPermission annotation duplicates permission references in
documentation if the permission is already mentioned in the javadoc.

Fixes: 417547503
Test: n/a
Flag: DOCS_ONLY
Change-Id: I0398545f8fba4fbc066f2363f5fe39cabc47c251
parent 9a21fb8e
Loading
Loading
Loading
Loading
+6 −10
Original line number Diff line number Diff line
@@ -460,7 +460,6 @@ public final class UsageStatsManager {
     * period.
     * </p>
     *
     * <p> The caller must have {@link android.Manifest.permission#PACKAGE_USAGE_STATS} </p>
     * <em>Note: Starting from {@link android.os.Build.VERSION_CODES#R Android R}, if the user's
     * device is not in an unlocked state (as defined by {@link UserManager#isUserUnlocked()}),
     * then {@code null} will be returned.</em>
@@ -499,7 +498,7 @@ public final class UsageStatsManager {
     * Gets the hardware configurations the device was in for the given time range, aggregated by
     * the specified interval. The results are ordered as in
     * {@link #queryUsageStats(int, long, long)}.
     * <p> The caller must have {@link android.Manifest.permission#PACKAGE_USAGE_STATS} </p>
     *
     * <em>Note: Starting from {@link android.os.Build.VERSION_CODES#R Android R}, if the user's
     * device is not in an unlocked state (as defined by {@link UserManager#isUserUnlocked()}),
     * then {@code null} will be returned.</em>
@@ -541,7 +540,6 @@ public final class UsageStatsManager {
     *     <li>{@link UsageEvents.Event#KEYGUARD_HIDDEN}</li>
     * </ul>
     *
     * <p> The caller must have {@link android.Manifest.permission#PACKAGE_USAGE_STATS} </p>
     * <em>Note: Starting from {@link android.os.Build.VERSION_CODES#R Android R}, if the user's
     * device is not in an unlocked state (as defined by {@link UserManager#isUserUnlocked()}),
     * then {@code null} will be returned.</em>
@@ -578,7 +576,7 @@ public final class UsageStatsManager {
    /**
     * Query for events in the given time range. Events are only kept by the system for a few
     * days.
     * <p> The caller must have {@link android.Manifest.permission#PACKAGE_USAGE_STATS} </p>
     *
     * <em>Note: Starting from {@link android.os.Build.VERSION_CODES#R Android R}, if the user's
     * device is not in an unlocked state (as defined by {@link UserManager#isUserUnlocked()}),
     * then {@code null} will be returned.</em>
@@ -660,7 +658,6 @@ public final class UsageStatsManager {
     * A convenience method that queries for all stats in the given range (using the best interval
     * for that range), merges the resulting data, and keys it by package name.
     * See {@link #queryUsageStats(int, long, long)}.
     * <p> The caller must have {@link android.Manifest.permission#PACKAGE_USAGE_STATS} </p>
     *
     * @param beginTime The inclusive beginning of the range of stats to include in the results.
     *                  Defined in terms of "Unix time", see
@@ -767,8 +764,8 @@ public final class UsageStatsManager {

    /**
     * {@hide}
     * Returns the current standby bucket of the specified app. The caller must hold the permission
     * android.permission.PACKAGE_USAGE_STATS.
     * Returns the current standby bucket of the specified app.
     *
     * @param packageName the package for which to fetch the current standby bucket.
     */
    @SystemApi
@@ -805,9 +802,8 @@ public final class UsageStatsManager {

    /**
     * {@hide}
     * Returns the current standby bucket of every app that has a bucket assigned to it.
     * The caller must hold the permission android.permission.PACKAGE_USAGE_STATS. The key of the
     * returned Map is the package name and the value is the bucket assigned to the package.
     * Returns the current standby bucket of every app that has a bucket assigned to it. The key
     * of the returned Map is the package name and the value is the bucket assigned to the package.
     * @see #getAppStandbyBucket()
     */
    @SystemApi