AppSettingsType enum

This enum defines the different setting types.

Inheritance

Constructors

AppSettingsType()
const

Values

accessibility → const AppSettingsType

Open the accessibility settings.

Only supported on Android.

alarm → const AppSettingsType

Open the alarm settings.

Only supported on Android.

apn → const AppSettingsType

Open the APN settings.

Only supported on Android.

appLocale → const AppSettingsType

Open the app language settings.

This setting is only available on Android 13+.

For configuring per-app language preferences for your app, see also: https://github.com/flutter/flutter/issues/109842#issuecomment-1500072797

batteryOptimization → const AppSettingsType

Open the Battery Optimization settings.

Only supported on Android.

bluetooth → const AppSettingsType

Open the Bluetooth settings.

Only supported on Android.

dataRoaming → const AppSettingsType

Open the Data Roaming settings.

Only supported on Android.

date → const AppSettingsType

Open the date settings.

Only supported on Android.

developer → const AppSettingsType

Open the Developer settings.

Only supported on Android.

device → const AppSettingsType

Open the device settings.

Only supported on Android.

display → const AppSettingsType

Open the display settings.

Only supported on Android.

hotspot → const AppSettingsType

Open the Hotspot settings.

Only supported on Android.

internalStorage → const AppSettingsType

Open the internal storage settings.

Only supported on Android.

location → const AppSettingsType

Open the location settings.

Only supported on Android.

lockAndPassword → const AppSettingsType

Open the Lock And Password settings.

Only supported on Android.

nfc → const AppSettingsType

Open the NFC settings.

Only supported on Android.

notification → const AppSettingsType

Open the notification settings.

Supported on Android and iOS 16+.

security → const AppSettingsType

Open the security settings.

Only supported on Android.

settings → const AppSettingsType

Open the app settings.

sound → const AppSettingsType

Open the audio settings.

Only supported on Android.

subscriptions → const AppSettingsType

Open the subscription settings.

Only supported on iOS 15+.

vpn → const AppSettingsType

Open the VPN settings.

Only supported on Android.

wifi → const AppSettingsType

Open the wifi settings.

Only supported on Android.

wireless → const AppSettingsType

Open the wireless settings.

Only supported on Android.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<AppSettingsType>
A constant List of the values in this enum, in order of their declaration.