Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71f92239 authored by Fabrice Di Meglio's avatar Fabrice Di Meglio Committed by Android Git Automerger
Browse files

am 19de4fff: Merge "Add support for key value for SearchIndexableData"

* commit '19de4fff':
  Add support for key value for SearchIndexableData
parents 1c9d93dc 19de4fff
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -51,6 +51,12 @@ public abstract class SearchIndexableData {
     */
    public int rank;

    /**
     * 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.
     */
    public String key;

    /**
     * The class name associated with the data. Generally this is a Fragment class name for
     * referring where the data is coming from and for launching the associated Fragment for