Files
lawnchair/src_plugins
Becky Qiu a499fd4f93 [OneSearch] Add a clear function in the plugin to clear cache and memory.
Bug: 196586652
Test: manual
Change-Id: I094cefadda0a958b0059820f1c02ddf0298abbd8
2021-09-03 11:15:01 -07:00
..
2018-10-10 14:02:56 -07:00

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.