diff options
| author | 2018-08-30 21:10:49 +0000 | |
|---|---|---|
| committer | 2018-08-30 21:10:49 +0000 | |
| commit | 608fa51d55ea09caa31c2a4ec2d365db858cd86f (patch) | |
| tree | 509f93a366b705382e76f149e486061c4d503d48 | |
| parent | 84b565031543612e536c907d1389dac8110c2a05 (diff) | |
| parent | 8b05d8b40d06a99f9cbeba8c06c06521451c461a (diff) | |
Merge "Fix docs comment for ACTION_SECRET_CODE"
| -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 e702127e48f7..e6173c0717d4 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) |