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

Commit f6d147fd authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Exclue Scanning Settings for searchable in ARC."

parents 6c5c8c04 5fe372a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ import java.util.List;
/**
 * A page that configures the background scanning settings for Wi-Fi and Bluetooth.
 */
@SearchIndexable
@SearchIndexable(forTarget = SearchIndexable.ALL & ~SearchIndexable.ARC)
public class ScanningSettings extends DashboardFragment {
    private static final String TAG = "ScanningSettings";