diff options
| author | 2018-08-30 15:39:54 -0700 | |
|---|---|---|
| committer | 2018-08-30 15:39:54 -0700 | |
| commit | cca7d943cfaad5e47060d9dcfbc6f2390c854b24 (patch) | |
| tree | 6d05edd5e6618824e87648fcdb7cefae7e1cced2 | |
| parent | b44179338edeb5116733dc60cf1de041f70ad8f9 (diff) | |
| parent | 5e2bcb2cddafb8754d4f008778e53486d36e7eef (diff) | |
Merge "Fix docs comment for ACTION_SECRET_CODE" am: 608fa51d55 am: cd8462408a
am: 5e2bcb2cdd
Change-Id: I3accd507a8ea66a9868931a09b068628942183c6
| -rw-r--r-- | telephony/java/android/telephony/TelephonyManager.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/telephony/java/android/telephony/TelephonyManager.java b/telephony/java/android/telephony/TelephonyManager.java index d82e4573dba0..abcdeed49415 100644 --- a/telephony/java/android/telephony/TelephonyManager.java +++ b/telephony/java/android/telephony/TelephonyManager.java @@ -2509,7 +2509,8 @@ public class TelephonyManager { * URI: {@code android_secret_code://<code>}. It is possible that a manifest * receiver would be woken up even if it is not currently running. * <p> - * It is supposed to replace {@link Telephony#SECRET_CODE_ACTION} in the next Android version. + * It is supposed to replace {@link android.provider.Telephony.Sms.Intents#SECRET_CODE_ACTION} + * in the next Android version. * Before that both of these two actions will be broadcast. */ @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION) |