Settings.System.PutConfiguration(ContentResolver, Configuration) メソッド

定義

Configuration オブジェクトから構成関連の設定のバッチを書き込む便利な関数。

[Android.Runtime.Register("putConfiguration", "(Landroid/content/ContentResolver;Landroid/content/res/Configuration;)Z", "")]
public static bool PutConfiguration(Android.Content.ContentResolver? cr, Android.Content.Res.Configuration? config);
[<Android.Runtime.Register("putConfiguration", "(Landroid/content/ContentResolver;Landroid/content/res/Configuration;)Z", "")>]
static member PutConfiguration : Android.Content.ContentResolver * Android.Content.Res.Configuration -> bool

パラメーター

cr
ContentResolver

アクセスする ContentResolver。

config
Configuration

書き込む設定。

返品

値が設定されている場合は true、データベース エラーの場合は false

属性

注釈

Configuration オブジェクトから構成関連の設定のバッチを書き込む便利な関数。

Javaドキュメント。

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

適用対象