diff options
Diffstat (limited to 'packages/SystemUI/docs/plugins.md')
-rw-r--r-- | packages/SystemUI/docs/plugins.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/docs/plugins.md b/packages/SystemUI/docs/plugins.md index 689200577aad..378cba5155ab 100644 --- a/packages/SystemUI/docs/plugins.md +++ b/packages/SystemUI/docs/plugins.md @@ -1,3 +1,4 @@ + # SystemUI Plugins Plugins provide an easy way to rapidly prototype SystemUI features. Plugins are APKs that will be installable only on Build.IS_DEBUGGABLE (dogfood) builds, that can change the behavior of SystemUI at runtime. This is done by creating a basic set of interfaces that the plugins can expect to be in SysUI, then the portion of code controlled by the interface can be iterated on faster than currently. |