summaryrefslogtreecommitdiff
path: root/core/java/android/os/UserManager.java
diff options
context:
space:
mode:
authorAndrew Solovay <asolovay@google.com>2018-12-12 14:25:47 -0800
committerAndrew Solovay <asolovay@google.com>2018-12-12 16:36:14 -0800
commit8a788f409423bf0e3badce3c8436eb9886084eaa (patch)
tree142567d53a9008080f369b25fcb884de2f4c5b20 /core/java/android/os/UserManager.java
parent7b9a9bb8852557b402ce2a45d832011b26e01f7c (diff)
docs: Fixing malformed @links
Several @link javadoc directives were malformed, resulting in the Javadoc code being output to the HTML. Staged to: http://go/dac-stage/reference/android/app/Activity http://go/dac-stage/reference/android/app/RemoteInput http://go/dac-stage/android/os/UserManager Bug: 120743732 Test: make ds-docs Change-Id: I2c00c7e1e3adcff696e6d000206aeeaea61e7ecd Exempt-From-Owner-Approval: Doc-only change
Diffstat (limited to 'core/java/android/os/UserManager.java')
-rw-r--r--core/java/android/os/UserManager.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/core/java/android/os/UserManager.java b/core/java/android/os/UserManager.java
index b5918519d872..9628c9562533 100644
--- a/core/java/android/os/UserManager.java
+++ b/core/java/android/os/UserManager.java
@@ -1445,11 +1445,11 @@ public class UserManager {
* background user; the result here does not distinguish between the two.
*
* <p>Note prior to Android Nougat MR1 (SDK version <= 24;
- * {@link android.os.Build.VERSION_CODES#N), this API required a system permission
+ * {@link android.os.Build.VERSION_CODES#N}, this API required a system permission
* in order to check other profile's status.
* Since Android Nougat MR1 (SDK version >= 25;
- * {@link android.os.Build.VERSION_CODES#N_MR1)), the restriction has been relaxed, and now
- * it'll accept any {@link UserHandle} within the same profile group as the caller.
+ * {@link android.os.Build.VERSION_CODES#N_MR1}), the restriction has been relaxed, and now
+ * it'll accept any {@link android.os.UserHandle} within the same profile group as the caller.
*
* @param user The user to retrieve the running state for.
*/
@@ -1474,11 +1474,11 @@ public class UserManager {
* (but is not yet fully stopped, and still running some code).
*
* <p>Note prior to Android Nougat MR1 (SDK version <= 24;
- * {@link android.os.Build.VERSION_CODES#N), this API required a system permission
+ * {@link android.os.Build.VERSION_CODES#N}, this API required a system permission
* in order to check other profile's status.
* Since Android Nougat MR1 (SDK version >= 25;
- * {@link android.os.Build.VERSION_CODES#N_MR1)), the restriction has been relaxed, and now
- * it'll accept any {@link UserHandle} within the same profile group as the caller.
+ * {@link android.os.Build.VERSION_CODES#N_MR1}), the restriction has been relaxed, and now
+ * it'll accept any {@link android.os.UserHandle} within the same profile group as the caller.
*
* @param user The user to retrieve the running state for.
*/