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>Content Providers: の既定値 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

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象