OSDN Git Service

Update javadoc on SearchIndexableData
authorFan Zhang <zhfan@google.com>
Thu, 16 Nov 2017 01:07:19 +0000 (17:07 -0800)
committerFan Zhang <zhfan@google.com>
Thu, 16 Nov 2017 01:07:19 +0000 (17:07 -0800)
Bug: 69384409
Test: none, it's javadoc update.
Change-Id: Ifa450bb97183089edfaccabf3cd65c4910349797

core/java/android/provider/SearchIndexableData.java

index 5e0a76d..a60be53 100644 (file)
@@ -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;