diff options
author | 2021-01-29 20:51:38 +0000 | |
---|---|---|
committer | 2021-01-29 20:51:38 +0000 | |
commit | 170a6b7b984a0eaa88d77c58d4cdf143e7e2a029 (patch) | |
tree | aeaaf5d1d484cb03ab50344cbf658d3d53281e29 /src_plugins | |
parent | f28db55c96716acf443af0b370c6f67646757f8a (diff) |
Revert "Support people search results"
This reverts commit f28db55c96716acf443af0b370c6f67646757f8a.
Reason for revert: Possible cause of b/178836393
Change-Id: I0e787f02377a5b8fa723816978c61927af67665a
Diffstat (limited to 'src_plugins')
-rw-r--r-- | src_plugins/com/android/systemui/plugins/shared/SearchTargetEventLegacy.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src_plugins/com/android/systemui/plugins/shared/SearchTargetEventLegacy.java b/src_plugins/com/android/systemui/plugins/shared/SearchTargetEventLegacy.java index 0fc61f04dc..7fbd6ac814 100644 --- a/src_plugins/com/android/systemui/plugins/shared/SearchTargetEventLegacy.java +++ b/src_plugins/com/android/systemui/plugins/shared/SearchTargetEventLegacy.java @@ -20,7 +20,7 @@ import android.os.Bundle; /** * Event used for the feedback loop to the plugin. (and future aiai) * - * @deprecated Use {@link android.app.search.SearchTargetEvent} + * @deprecated Use SearchTargetEvent */ @Deprecated public class SearchTargetEventLegacy { |