summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/config/FlagTogglerPrefUi.java
Commit message (Collapse)AuthorAgeFilesLines
* Make TogglableFlag backed by DeviceConfig for e2e testingHyunyoung Song2019-08-151-5/+6
| | | | | | | | | | | | | | Bug: 138964490 TL;DR;; need this to be part of QQ1 or QD1 to verify if DeviceConfig can be supported for launcher toggleableFlags. Not handled in this CL: - When flag is locally modified, that will override the flag value How that scenario is handled should be discussed separately and is not within scope of this CL. Change-Id: I2e6694a40bee9202ed0b0d559e3b5607634071bf
* Add ToggleableGlobalSettingsFlag for QUICK_SWITCHTony2018-11-091-9/+24
| | | | | | | | | - ToggleableGlobalSettingsFlag saves/loads from Settings.Global rather than SharedPrefs, allowing other processes to update the setting as well. - ToggleableGlobalSettingsFlag#get() reads from storage every time. - Add the flags' descriptions to the feature flags settings UI. Change-Id: I9cfc44ddaa5d9e223cf77a9b2475f8d25757d1fb
* Moving Plugin and feature flags UI to androidXSunny Goyal2018-10-251-0/+134
> Combining both preference into a single screen > Adding plugin preference screen so quickstep build Change-Id: I3d2ff3ebdac3c774659e79ecb81be6f75f765eb0