Use Feature Flags in Android Pie
Edited by Jay
The release of Android 9 came with some exciting and fun new features, for those of you with devices supporting the Pie OS update. In addition to UI design improvements, and the new quick settings menu (among others), Android Pie gives users access to Feature Flags via developer settings.
Feature flags are options that can be enabled or disabled that alter how the Device's operating system and apps function. Although Android introduced feature flags with Google Chrome, it wasn't until the release of Pie that the options expanded beyond the browser. The Feature flags accessible in Android 9 mostly change how the user interface appears.
In the following VisiHow tutorial, we're going to show how to access and enable/disable feature flags found in developer options. For this article, we used a Google Pixel running Android 9.
**Please Note** Feature flags is a new and experimental set of options. Only users comfortable with having developer settings enabled should play around with these settings.
Enable Developer Options in Android Pie
Before turning on or off Feature flags, you must first enable Developer options via the Settings app.
- 1
- 2
- 3
- 4
- 5
Turn on Feature Flags
With Developer options turned on, you can choose which feature flags remain enabled.
- 1
Inside your app drawer, tap the Settings icon.
- 1
- 2
- 3
- 4
- 5
- settings_about_phone_v2: When enabled, the About phone section goes to the top of System. The information on the About phone screen will also appear in a different order.
- settings_bluetooth_while_driving: Turn this feature flag on , and the option Use Bluetooth when driving will display under Connected devices in your Bluetooth menu.
- settings_data_usage_v2: As of writing this, there isn't any specific information on this feature flag.
- settings_audio_switcher: As of writing this, this feature flag has no information about what it does.
- settings_systemui_theme: As of writing this, there is not enough information on this feature flag.
- settings_zone_picker_v2: When enabled, this feature flag displays more detailed information when using Automatic Timezone.
- settings_battery_display_app_list: Enable this feature flag to see a detailed list of apps and their battery usage since the last charge.
If you have problems with any of the steps in this article, please ask a question for more help, or post in the comments section below.
Comments
Article Info
Categories : Use Android Pie | Use Google Pixel and Pixel XL