diff options
| author | Stanley Wang <stanleytfwang@google.com> | 2020-01-16 11:53:19 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-01-16 11:53:19 +0000 |
| commit | b2aafcb3990bf8ba17cde877bb341cb640d89fac (patch) | |
| tree | cee0acf731aaea640c7c3bb8a1ff861d43ec514c /core/java/android/provider/SearchIndexablesProvider.java | |
| parent | f70990753d0de343d8d5ad2481fcb4f526bee3c7 (diff) | |
| parent | a1af1b6fd590cee0726f4a484dee97bb1a8c9135 (diff) | |
Merge "Remove the @hide annotation for the dynamic index of Settings Search."
Diffstat (limited to 'core/java/android/provider/SearchIndexablesProvider.java')
| -rw-r--r-- | core/java/android/provider/SearchIndexablesProvider.java | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/java/android/provider/SearchIndexablesProvider.java b/core/java/android/provider/SearchIndexablesProvider.java index 68284b4895c3..f4d0cb4d43d3 100644 --- a/core/java/android/provider/SearchIndexablesProvider.java +++ b/core/java/android/provider/SearchIndexablesProvider.java @@ -204,11 +204,9 @@ public abstract class SearchIndexablesProvider extends ContentProvider { * @param projection list of {@link android.provider.SearchIndexablesContract.RawData} columns * to put into the cursor. If {@code null} all supported columns should be * included. - * - * @hide */ @Nullable - public Cursor queryDynamicRawData(String[] projection) { + public Cursor queryDynamicRawData(@Nullable String[] projection) { // By default no-op; return null; } |
