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

Commit a52815ad authored by Santiago Seifert's avatar Santiago Seifert
Browse files

Add info about system's ordering to javadoc

Change-Id: I5633752dc3f461a74738e2988bbf4fad84ace5eb
Test: N/A. Javadoc change.
Bug: 241888071
Bug: 235352899
parent c2a86ef8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -87,6 +87,9 @@ public final class RouteListingPreference implements Parcelable {
     * Returns true if the application would like media route listing to use the system's ordering
     * strategy, or false if the application would like route listing to respect the ordering
     * obtained from {@link #getItems()}.
     *
     * <p>The system's ordering strategy is implementation-dependent, but may take into account each
     * route's recency or frequency of use in order to rank them.
     */
    public boolean getUseSystemOrdering() {
        return mUseSystemOrdering;