Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 64ff0fad authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "[OneSearch] Add onesearch plugin api to trigger image from URL." into...

Merge "[OneSearch] Add onesearch plugin api to trigger image from URL." into sc-v2-dev am: e9652c9a

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16134702

Change-Id: I202c60175d28cfe65239e137ad62f25e73b5d5ed
parents e9846186 e9652c9a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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);
}