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

Commit 1641f86b authored by Amith Yamasani's avatar Amith Yamasani Committed by Android Git Automerger
Browse files

am 1eab5f26: Fix javadoc breakage

* commit '1eab5f26':
  Fix javadoc breakage
parents 99755cd3 1eab5f26
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ import java.lang.annotation.Inherited;
 * applied to the restricted user. Each RestrictionsEntry is one configurable restriction.
 * <p/>
 * Any application that chooses to expose such restrictions does so by implementing a
 * receiver that handles the {@link Intent.ACTION_GET_RESTRICTION_ENTRIES} action.
 * receiver that handles the {@link Intent#ACTION_GET_RESTRICTION_ENTRIES} action.
 * The receiver then returns a result bundle that contains an entry called "restrictions", whose
 * value is an ArrayList<RestrictionsEntry>.
 */