mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-17 17:48:20 +00:00
[OneSearch] Increase API version number for the one search plugin.
Bug: 199289915 Test: manual Change-Id: I540730e067ce70956d2c3c8bb6336e8b6bd97713
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user