diff options
| author | 2018-11-16 23:55:24 +0000 | |
|---|---|---|
| committer | 2018-11-16 23:55:24 +0000 | |
| commit | e6c773066b9a05adcbd1acfed9afe8b5de4e2a1c (patch) | |
| tree | 29afb7b2ec12ec7c6fb4e22ff892f05568cf312e | |
| parent | 7ffc4fe872dbe55dfbd04a117bf53e67a6e56f36 (diff) | |
| parent | 18fd5c636220291a6145a1ba184cfb6ad29dfab4 (diff) | |
Merge "Fix telephony build"
| -rw-r--r-- | telephony/java/android/telephony/SubscriptionManager.java | 2 |
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. * |