diff options
| author | 2017-11-15 17:07:19 -0800 | |
|---|---|---|
| committer | 2017-11-15 17:07:19 -0800 | |
| commit | 55a7c5ad5624334dfb7a16bebacddba8f706f7cc (patch) | |
| tree | d5b8b47322f7cb834e1e1c495786240d31b93d9f | |
| parent | a786f00f069c33aab5171f615cb3e35ed1755ede (diff) | |
Update javadoc on SearchIndexableData
Bug: 69384409
Test: none, it's javadoc update.
Change-Id: Ifa450bb97183089edfaccabf3cd65c4910349797
| -rw-r--r-- | core/java/android/provider/SearchIndexableData.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/provider/SearchIndexableData.java b/core/java/android/provider/SearchIndexableData.java index 5e0a76de8d27..a60be5363d62 100644 --- a/core/java/android/provider/SearchIndexableData.java +++ b/core/java/android/provider/SearchIndexableData.java @@ -56,6 +56,8 @@ public abstract class SearchIndexableData { /** * The key for the data. This is application specific. Should be unique per data as the data * should be able to be retrieved by the key. + * <p/> + * This is required for indexing to work. */ public String key; |