mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-11 06:44:00 +00:00
[OneSearch] Add onesearch plugin api to trigger image from URL.
Bug: 199289915 Test: manual Change-Id: Ib96de90f87214ea7bd224d0c543cc9578527366e
This commit is contained in:
@@ -40,4 +40,7 @@ public interface OneSearch extends Plugin {
|
||||
* @param query The query to get the search suggests for.
|
||||
*/
|
||||
ArrayList<Parcelable> getSuggests(Parcelable query);
|
||||
|
||||
/** Get image bitmap with the URL. */
|
||||
Parcelable getImageBitmap(String imageUrl);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user