Panel
class Panel
kotlin.Any | |
↳ | android.provider.Settings.Panel |
A Settings panel is floating UI that contains a fixed subset of settings to address a particular user problem. For example, the Internet Panel
surfaces settings related to connecting to the internet.
Settings panels appear above the calling app to address the problem without the user needing to open Settings and thus leave their current screen.
Summary
Constants | |
---|---|
static String |
Activity Action: Show a settings dialog containing settings to enable internet connection. |
static String |
Activity Action: Show a settings dialog containing NFC-related settings. |
static String |
Activity Action: Show a settings dialog containing all volume streams. |
static String |
Activity Action: Show a settings dialog containing controls for Wifi. |
Constants
ACTION_INTERNET_CONNECTIVITY
static val ACTION_INTERNET_CONNECTIVITY: String
Activity Action: Show a settings dialog containing settings to enable internet connection.
Input: Nothing.
Output: Nothing.
Value: "android.settings.panel.action.INTERNET_CONNECTIVITY"
ACTION_NFC
static val ACTION_NFC: String
Activity Action: Show a settings dialog containing NFC-related settings.
Input: Nothing.
Output: Nothing.
Value: "android.settings.panel.action.NFC"
ACTION_VOLUME
static val ACTION_VOLUME: String
Activity Action: Show a settings dialog containing all volume streams.
Input: Nothing.
Output: Nothing.
Value: "android.settings.panel.action.VOLUME"
ACTION_WIFI
static val ACTION_WIFI: String
Activity Action: Show a settings dialog containing controls for Wifi.
Input: Nothing.
Output: Nothing.
Value: "android.settings.panel.action.WIFI"