Adding a Plugin to attach things under QQS

This plugin responds to expansion and changes in theme, ui, etc.

Test: manual

Change-Id: I5d866a4fff491aa6273edfb765e538864b270534
This commit is contained in:
Fabian Kozynski
2019-08-15 15:44:07 -04:00
parent f7a1488e90
commit 3bf518dd98
7 changed files with 250 additions and 2 deletions

View File

@@ -56,6 +56,11 @@ 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.