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

Commit 75c97f53 authored by Becky Qiu's avatar Becky Qiu
Browse files

[OneSearch] Increase API version number for the one search plugin.

Bug: 199289915
Test: manual
Change-Id: I540730e067ce70956d2c3c8bb6336e8b6bd97713
parent e9652c9a
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.