io.appium.settings
Version:
App for dealing with Android settings
33 lines • 2.84 kB
TypeScript
export declare const SETTINGS_HELPER_ID = "io.appium.settings";
export declare const SETTINGS_HELPER_MAIN_ACTIVITY = ".Settings";
export declare const CLIPBOARD_RECEIVER = "io.appium.settings/.receivers.ClipboardReceiver";
export declare const CLIPBOARD_RETRIEVAL_ACTION = "io.appium.settings.clipboard.get";
export declare const APPIUM_IME = "io.appium.settings/.AppiumIME";
export declare const UNICODE_IME = "io.appium.settings/.UnicodeIME";
export declare const EMPTY_IME = "io.appium.settings/.EmptyIME";
export declare const WIFI_CONNECTION_SETTING_RECEIVER = "io.appium.settings/.receivers.WiFiConnectionSettingReceiver";
export declare const WIFI_CONNECTION_SETTING_ACTION = "io.appium.settings.wifi";
export declare const BLUETOOTH_SETTING_RECEIVER = "io.appium.settings/.receivers.BluetoothConnectionSettingReceiver";
export declare const BLUETOOTH_SETTING_ACTION = "io.appium.settings.bluetooth";
export declare const BLUETOOTH_UNPAIR_RECEIVER = "io.appium.settings/.receivers.UnpairBluetoothDevicesReceiver";
export declare const BLUETOOTH_UNPAIR_ACTION = "io.appium.settings.unpair_bluetooth";
export declare const ANIMATION_SETTING_RECEIVER = "io.appium.settings/.receivers.AnimationSettingReceiver";
export declare const ANIMATION_SETTING_ACTION = "io.appium.settings.animation";
export declare const LOCALE_SETTING_RECEIVER = "io.appium.settings/.receivers.LocaleSettingReceiver";
export declare const LOCALE_SETTING_ACTION = "io.appium.settings.locale";
export declare const LOCALES_LIST_SETTING_RECEIVER = "io.appium.settings/.receivers.LocalesReader";
export declare const LOCALES_LIST_SETTING_ACTION = "io.appium.settings.list_locales";
export declare const LOCATION_SERVICE = "io.appium.settings/.LocationService";
export declare const LOCATION_RECEIVER = "io.appium.settings/.receivers.LocationInfoReceiver";
export declare const LOCATION_RETRIEVAL_ACTION = "io.appium.settings.location";
export declare const SMS_LIST_RECEIVER = "io.appium.settings/.receivers.SmsReader";
export declare const SMS_LIST_RETRIEVAL_ACTION = "io.appium.settings.sms.read";
export declare const MEDIA_SCAN_RECEIVER = "io.appium.settings/.receivers.MediaScannerReceiver";
export declare const MEDIA_SCAN_ACTION = "io.appium.settings.scan_media";
export declare const SETTING_NOTIFICATIONS_LISTENER_SERVICE = "io.appium.settings/.NLService";
export declare const NOTIFICATIONS_RETRIEVAL_ACTION = "io.appium.settings.notifications";
export declare const RECORDING_SERVICE_NAME = "io.appium.settings/.recorder.RecorderService";
export declare const RECORDING_ACTIVITY_NAME = "io.appium.settings/io.appium.settings.Settings";
export declare const RECORDING_ACTION_START = "io.appium.settings.recording.ACTION_START";
export declare const RECORDING_ACTION_STOP = "io.appium.settings.recording.ACTION_STOP";
//# sourceMappingURL=constants.d.ts.map