commit | ae0adc8d03fe5b4a53d37393cff68e163b1f9458 | [log] [tgz] |
---|---|---|
author | Becky Qiu <xuqiu@google.com> | Fri Oct 29 04:01:03 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Oct 29 04:01:03 2021 +0000 |
tree | bfeed959de1dea4c0abee41c49663fc95a3798c1 | |
parent | 038710dbaa71ca5354f3f27caaabcb527463ba39 [diff] | |
parent | 75c97f534bb340b625ea655c207b952a5a406c0e [diff] |
[OneSearch] Increase API version number for the one search plugin. am: 75c97f534b Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16143357 Change-Id: I9ae9d6036a747863cf5b66a538c5a2aaf906b101
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.