- This will let search for and open the most common settings across AOSP that would be available on the device.
- At the moment there's no intention to add any One-UI/MIUI/etc. custom settings page because they won't be functional for all users and it's not certain if we can discriminate settings querying for the info of the device without adding special or invasive permissions on the app.
- Settings should appear if you search for "settings" or for the title, both localized.
Supported settings on this provider:
- Accessibility:
android.settings.ACCESSIBILITY_SETTINGS - Airplane mode:
android.settings.AIRPLANE_MODE_SETTINGS - All apps:
android.settings.MANAGE_APPLICATIONS_SETTINGS - Battery:
android.intent.action.POWER_USAGE_SUMMARY - Bluetooth:
android.settings.BLUETOOTH_SETTINGS - Development:
android.settings.APPLICATION_DEVELOPMENT_SETTINGS - Device info:
android.settings.DEVICE_INFO_SETTINGS - Display:
android.settings.DISPLAY_SETTINGS - Kvaesitso (same as settings on dotted menu)
- Location:
android.settings.LOCATION_SOURCE_SETTINGS - NFC:
android.settings.NFC_SETTINGS - Security:
android.settings.SECURITY_SETTINGS - Sound:
android.settings.SOUND_SETTINGS - Storage:
android.settings.INTERNAL_STORAGE_SETTINGS - System updates:
android.settings.SYSTEM_UPDATE_SETTINGS - Tethering (action
com.android.settings.TetherSettingsforcom.android.settingspackage) - Wi-Fi:
android.settings.WIFI_SETTINGS - Wireless connection:
android.settings.WIRELESS_SETTINGS
- This will let search for and open the most common settings across AOSP that would be available on the device.
- At the moment there's no intention to add any One-UI/MIUI/etc. custom settings page because they won't be functional for all users and it's not certain if we can discriminate settings querying for the info of the device without adding special or invasive permissions on the app.
- Settings should appear if you search for "settings" or for the title, both localized.
Supported settings on this provider:
- **Accessibility**: `android.settings.ACCESSIBILITY_SETTINGS`
- **Airplane mode**: `android.settings.AIRPLANE_MODE_SETTINGS`
- **All apps**: `android.settings.MANAGE_APPLICATIONS_SETTINGS`
- **Battery**: `android.intent.action.POWER_USAGE_SUMMARY`
- **Bluetooth**: `android.settings.BLUETOOTH_SETTINGS`
- **Development**: `android.settings.APPLICATION_DEVELOPMENT_SETTINGS`
- **Device info**: `android.settings.DEVICE_INFO_SETTINGS`
- **Display**: `android.settings.DISPLAY_SETTINGS`
- **Kvaesitso** (same as settings on dotted menu)
- **Location**: `android.settings.LOCATION_SOURCE_SETTINGS`
- **NFC**: `android.settings.NFC_SETTINGS`
- **Security**: `android.settings.SECURITY_SETTINGS`
- **Sound**: `android.settings.SOUND_SETTINGS`
- **Storage**: `android.settings.INTERNAL_STORAGE_SETTINGS`
- **System updates**: `android.settings.SYSTEM_UPDATE_SETTINGS`
- **Tethering** (action `com.android.settings.TetherSettings` for `com.android.settings` package)
- **Wi-Fi**: `android.settings.WIFI_SETTINGS`
- **Wireless connection**: `android.settings.WIRELESS_SETTINGS`
