Share via


Build.VERSION_CODES.JellyBeanMr1 필드

정의

주의

This constant will be removed in the future version. Use Android.OS.BuildVersionCodes enum directly instead of this field.

J MR1.

[Android.Runtime.Register("JELLY_BEAN_MR1")]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.BuildVersionCodes enum directly instead of this field.", true)]
public const Android.OS.BuildVersionCodes JellyBeanMr1 = 17;
[<Android.Runtime.Register("JELLY_BEAN_MR1")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.BuildVersionCodes enum directly instead of this field.", true)>]
val mutable JellyBeanMr1 : Android.OS.BuildVersionCodes

필드 값

Value = 17
특성

설명

J MR1.

2012년 11월에 Android 4.2로 공개적으로 릴리스되었습니다.

이 릴리스 또는 이후 릴리스를 대상으로 하는 애플리케이션은 다음과 같은 새로운 동작 변경 내용을 가져옵니다.

<ul><li>콘텐츠 공급자: 의 기본값 android:exported 은 이제 false입니다. 자세한 내용은 공급자 설명서의 android:exported 섹션 을 참조하세요.</li li><는>android.view.View#getLayoutDirection() View.getLayoutDirection() 로캘 등에 따라 다른 값을 android.view.View#LAYOUT_DIRECTION_LTR 반환할 수 있습니다. <li>android.webkit.WebView#addJavascriptInterface(Object, String) WebView.addJavascriptInterface 를 사용하려면 Javascript에서 액세스할 수 있도록 메서드에 대한 명시적 주석이 필요합니다. </ul>

에 대한 Java 설명서입니다 android.os.Build.VERSION_CODES.JELLY_BEAN_MR1.

이 페이지의 일부는 만들고 공유하며 에 설명된 조건에 따라 사용되는 작업을 기반으로 수정됩니다.

적용 대상