Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b05d8b4 authored by Brad Ebinger's avatar Brad Ebinger
Browse files

Fix docs comment for ACTION_SECRET_CODE

Test: makeg doc-comment-check-docs
Bug: 112440728
Change-Id: I0c953ce2112e30534847fafc8ab9d286e82a102f
parent 84b56503
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -2509,7 +2509,8 @@ public class TelephonyManager {
     * URI: {@code android_secret_code://<code>}. It is possible that a manifest
     * URI: {@code android_secret_code://<code>}. It is possible that a manifest
     * receiver would be woken up even if it is not currently running.
     * receiver would be woken up even if it is not currently running.
     * <p>
     * <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.
     * Before that both of these two actions will be broadcast.
     */
     */
    @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
    @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)