diff options
Diffstat (limited to 'core/java/android/content/Intent.java')
-rw-r--r-- | core/java/android/content/Intent.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index 77981f4..af6f181 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -2226,7 +2226,7 @@ public class Intent implements Parcelable, Cloneable { * Same as {@link android.media.AudioManager#ACTION_HEADSET_PLUG}, to be consulted for value * and documentation. * <p>If the minimum SDK version of your application is - * {@link android.os.Build.VERSION_CODES#L}, it is recommended to refer + * {@link android.os.Build.VERSION_CODES#LOLLIPOP}, it is recommended to refer * to the <code>AudioManager</code> constant in your receiver registration code instead. */ @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION) |