Merge "[OneSearch] Add onesearch plugin api to trigger image from URL." into sc-v2-dev am: e9652c9a63
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16134702 Change-Id: I202c60175d28cfe65239e137ad62f25e73b5d5ed
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