diff options
| author | 2016-05-16 12:01:57 -0700 | |
|---|---|---|
| committer | 2016-05-16 19:02:39 +0000 | |
| commit | 232667bddaa3f643772ee0495de0ec5656fa449d (patch) | |
| tree | 1ed38cae461bf67f80b4dd4c466e8903cf102d91 | |
| parent | 252a6b125bdaced7d928167e0fbc4dd2ba95e8a1 (diff) | |
Update doc of ACTION_SET_RADIO_CAPABILITY_DONE intent.
Bug: 24450765
Change-Id: I42c9f9b2b1c34d774c28d8431bc7c21bbf5909fd
| -rw-r--r-- | telephony/java/com/android/internal/telephony/TelephonyIntents.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/TelephonyIntents.java b/telephony/java/com/android/internal/telephony/TelephonyIntents.java index eafb3d40d17e..a07a5af1caef 100644 --- a/telephony/java/com/android/internal/telephony/TelephonyIntents.java +++ b/telephony/java/com/android/internal/telephony/TelephonyIntents.java @@ -384,6 +384,9 @@ public class TelephonyIntents { * <li><em>phones radio access family </em> - A RadioAccessFamily * array, contain phone ID and new radio access family for each phone.</li> * </ul> + * + * <p class="note"> + * Requires the READ_PHONE_STATE permission. */ public static final String ACTION_SET_RADIO_CAPABILITY_DONE = "android.intent.action.ACTION_SET_RADIO_CAPABILITY_DONE"; |