AndroidSettingPath enum

Android 系统设置

Inheritance

Constructors

AndroidSettingPath()
const

Values

wifi → const AndroidSettingPath

wifi

wifiIp → const AndroidSettingPath

wifi ip

location → const AndroidSettingPath

定位

passwordSecurity → const AndroidSettingPath

密码安全

bluetooth → const AndroidSettingPath

蓝牙

cellularNetwork → const AndroidSettingPath

移动数据

time → const AndroidSettingPath

语言和时间

displayBrightness → const AndroidSettingPath

显示和亮度

notification → const AndroidSettingPath

通知

soundVibration → const AndroidSettingPath

声音和振动

internalStorage → const AndroidSettingPath

内部存储

battery → const AndroidSettingPath

电量管理

localeLanguage → const AndroidSettingPath

语言设置

nfc → const AndroidSettingPath

nfc

setting → const AndroidSettingPath

setting

deviceInfo → const AndroidSettingPath

手机状态信息的界面

applicationDevelopment → const AndroidSettingPath

开发者选项设置

networkOperator → const AndroidSettingPath

选取运营商的界面

addAccount → const AndroidSettingPath

添加账户界面

dataRoaming → const AndroidSettingPath

双卡和移动网络设置界面

airplaneMode → const AndroidSettingPath

更多连接方式设置界面

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<AndroidSettingPath>
A constant List of the values in this enum, in order of their declaration.