Settings.System.PutConfiguration(ContentResolver, Configuration) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Convenience function to write a batch of configuration-related
settings from a Configuration
object.
[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
Parameters
The ContentResolver to access.
- config
- Configuration
The settings to write.
Returns
true if the values were set, false on database errors
- Attributes
Remarks
Convenience function to write a batch of configuration-related settings from a Configuration
object.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.