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

Commit 02ed3e92 authored by Becky Qiu's avatar Becky Qiu Committed by Automerger Merge Worker
Browse files

[OneSearch] Increase API version number for the one search plugin. am: 75c97f53 am: d9fc8c2d

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

Change-Id: I977c66fa18a47a266d71f5247d66c0bb1c274f6c
parents ff1613c2 d9fc8c2d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ import java.util.ArrayList;
@ProvidesInterface(action = OneSearch.ACTION, version = OneSearch.VERSION)
public interface OneSearch extends Plugin {
    String ACTION = "com.android.systemui.action.PLUGIN_ONE_SEARCH";
    int VERSION = 3;
    int VERSION = 4;

    /**
     * Get the content provider warmed up.