Remove all control experiments

And plugins, and flags, and any associated code

Bug: 148207527
Test: atest SystemUiTests
Change-Id: Id1b800d6ec96b5297e6ed4792ca003d45b61e53e
This commit is contained in:
Matt Pietal
2020-01-29 15:07:48 -05:00
parent 8a269993ce
commit f07bac46ee
15 changed files with 7 additions and 671 deletions

View File

@@ -56,11 +56,6 @@ Expected interface: [ClockPlugin](/packages/SystemUI/plugin/src/com/android/syst
Use: Allows replacement of the keyguard main clock.
### Action: com.android.systemui.action.PLUGIN_NPV
Expected interface: [NPVPlugin](/packages/SystemUI/plugin/src/com/android/systemui/plugins/NPVPlugin.java)
Use: Attach a view under QQS for prototyping.
# Global plugin dependencies
These classes can be accessed by any plugin using PluginDependency as long as they @Requires them.