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

Bug: 199289915
Test: manual
Change-Id: I540730e067ce70956d2c3c8bb6336e8b6bd97713
This commit is contained in:
Becky Qiu
2021-10-28 17:47:45 -07:00
parent e9652c9a63
commit 75c97f534b

View File

@@ -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.