[OneSearch] Increase API version number for the one search plugin.
Bug: 199289915 Test: manual Change-Id: I540730e067ce70956d2c3c8bb6336e8b6bd97713
This commit is contained in:
parent
e9652c9a63
commit
75c97f534b
|
@ -28,7 +28,7 @@ import java.util.ArrayList;
|
||||||
@ProvidesInterface(action = OneSearch.ACTION, version = OneSearch.VERSION)
|
@ProvidesInterface(action = OneSearch.ACTION, version = OneSearch.VERSION)
|
||||||
public interface OneSearch extends Plugin {
|
public interface OneSearch extends Plugin {
|
||||||
String ACTION = "com.android.systemui.action.PLUGIN_ONE_SEARCH";
|
String ACTION = "com.android.systemui.action.PLUGIN_ONE_SEARCH";
|
||||||
int VERSION = 3;
|
int VERSION = 4;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the content provider warmed up.
|
* Get the content provider warmed up.
|
||||||
|
|
Loading…
Reference in New Issue