Android.Content.PM.ConfigurationInfo Class
Information you can retrieve about hardware configuration preferences declared by an application.

See Also: ConfigurationInfo Members

Syntax

[Android.Runtime.Register("android/content/pm/ConfigurationInfo", DoNotGenerateAcw=true)]
public class ConfigurationInfo : Java.Lang.Object, Android.OS.IParcelable, IDisposable

Remarks

Information you can retrieve about hardware configuration preferences declared by an application. This corresponds to information collected from the AndroidManifest.xml's <uses-configuration> and <uses-feature> tags.

[Android Documentation]

Requirements

Namespace: Android.Content.PM
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3