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

Commit 5e674dea authored by Esteban Talavera's avatar Esteban Talavera Committed by android-build-merger
Browse files

Merge "Fix getApplicationRestrictions documentation" into nyc-dev am: a86d6c4d

am: 36ff488b

* commit '36ff488b':
  Fix getApplicationRestrictions documentation

Change-Id: I6ab4757ac9991377ca1003dbf09afceb5dc86d18
parents a063331e 36ff488b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2045,7 +2045,7 @@ public class UserManager {
    }

    /**
     * Returns a {@code Bundle} containing any saved application restrictions for this user, for the
     * Returns a {@link Bundle} containing any saved application restrictions for this user, for the
     * given package name. Only an application with this package name can call this method.
     *
     * <p>The returned {@link Bundle} consists of key-value pairs, as defined by the application,
@@ -2058,8 +2058,8 @@ public class UserManager {
     * </ul>
     *
     * @param packageName the package name of the calling application
     * @return a {@code Bundle} with the restrictions for that package, or {@code null} if there
     * are no saved restrictions.
     * @return a {@link Bundle} with the restrictions for that package, or an empty {@link Bundle}
     * if there are no saved restrictions.
     *
     * @see #KEY_RESTRICTIONS_PENDING
     */