ActivityManager.DeviceConfigurationInfo Property
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.
Get the device configuration attributes.
public virtual Android.Content.PM.ConfigurationInfo? DeviceConfigurationInfo { [Android.Runtime.Register("getDeviceConfigurationInfo", "()Landroid/content/pm/ConfigurationInfo;", "GetGetDeviceConfigurationInfoHandler")] get; }
[<get: Android.Runtime.Register("getDeviceConfigurationInfo", "()Landroid/content/pm/ConfigurationInfo;", "GetGetDeviceConfigurationInfoHandler")>]
member this.DeviceConfigurationInfo : Android.Content.PM.ConfigurationInfo
Property Value
- Attributes
Remarks
Get the device configuration attributes.
Java documentation for android.app.ActivityManager.getDeviceConfigurationInfo()
.
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.