summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Xiangyu/Malcolm Chen <refuhoo@google.com> 2018-11-27 18:38:22 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-11-27 18:38:22 +0000
commit542b99d8ac8032c1bfef37e965296c520d52830e (patch)
treed30b6e1eb9f21bc6532c4d1b980d5247cb3e76e8
parent103d515c80ac95a3a91aed0dcebac323b5339c98 (diff)
parentc877f58a1a601fd486ef0c522d592bebb8b57347 (diff)
Merge "Fix telephony build"
-rw-r--r--telephony/java/android/telephony/SubscriptionManager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/telephony/java/android/telephony/SubscriptionManager.java b/telephony/java/android/telephony/SubscriptionManager.java
index 2b4ed43c0b44..3200aeaaa116 100644
--- a/telephony/java/android/telephony/SubscriptionManager.java
+++ b/telephony/java/android/telephony/SubscriptionManager.java
@@ -2381,7 +2381,7 @@ public class SubscriptionManager {
* Being in the same group means they might be activated or deactivated
* together, some of them may be invisible to the users, etc.
*
- * Caller will either have {@link android.Manifest.permission.MODIFY_PHONE_STATE}
+ * Caller will either have {@link android.Manifest.permission#MODIFY_PHONE_STATE}
* permission or can manage all subscriptions in the list, according to their
* acess rules.
*