android_packages_apps_Launc.../src_plugins
Sunny Goyal 82379187ea Adding support for multiple overlay callbacks
Bug: 193244407
Test: Presubmit
Change-Id: Ic345972056752238e7e46226533fd8f33d664213
2022-11-03 14:37:40 -07:00
..
com/android/systemui/plugins Adding support for multiple overlay callbacks 2022-11-03 14:37:40 -07:00
README.md

README.md

This directory contains plugin interfaces that launcher listens for and plugins implement. In other words, these are the hooks that specify what plugins launcher currently supports.

Details about how to create a new plugin interface, or to use existing interfaces to write a plugin can be found at go/gnl/plugins.