Fix telephony build

Correct permission tag format.

Test: make

Change-Id: I9db9ab609a924f786bb7031e6def86cbe2ac4c81
Merged-In: I9db9ab609a924f786bb7031e6def86cbe2ac4c81
This commit is contained in:
John Reck
2018-11-16 15:46:02 -08:00
committed by Malcolm Chen
parent 787e1ce12e
commit c877f58a1a

View File

@@ -2376,7 +2376,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.
*