summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author John Reck <jreck@google.com> 2018-11-16 15:46:02 -0800
committer John Reck <jreck@google.com> 2018-11-16 23:54:49 +0000
commit18fd5c636220291a6145a1ba184cfb6ad29dfab4 (patch)
treeff7e873fb761ec303c2220f78dfa50fe2b6286d4
parent992cd354fcebfd78ff7dc0eb2acf362d14497eef (diff)
Fix telephony build
Test: make Change-Id: I9db9ab609a924f786bb7031e6def86cbe2ac4c81
-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 1dafc12e2ce0..a6fa6bf79a9c 100644
--- a/telephony/java/android/telephony/SubscriptionManager.java
+++ b/telephony/java/android/telephony/SubscriptionManager.java
@@ -2380,7 +2380,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.
*