commit | 02ed3e92be236ffddc2a66a4b9195f594fbd32a6 | [log] [tgz] |
---|---|---|
author | Becky Qiu <xuqiu@google.com> | Fri Oct 29 04:17:49 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Oct 29 04:17:49 2021 +0000 |
tree | 30da449f09fedfa9897aaea6a6a58fee1b7d006d | |
parent | ff1613c27d0296a4d39fad9db91e318bdbb02ee3 [diff] | |
parent | d9fc8c2d27aaaf80fd9dc4e0d617565f36b92566 [diff] |
[OneSearch] Increase API version number for the one search plugin. am: 75c97f534b am: d9fc8c2d27 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16143357 Change-Id: I977c66fa18a47a266d71f5247d66c0bb1c274f6c
diff --git a/src_plugins/com/android/systemui/plugins/OneSearch.java b/src_plugins/com/android/systemui/plugins/OneSearch.java index 42eb886..29826c3 100644 --- a/src_plugins/com/android/systemui/plugins/OneSearch.java +++ b/src_plugins/com/android/systemui/plugins/OneSearch.java
@@ -28,7 +28,7 @@ @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.