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

Commit 5fe372a0 authored by Ben Lin's avatar Ben Lin
Browse files

Exclue Scanning Settings for searchable in ARC.

Scanning settings is actually done outside of Android, in the host OS.

Bug: 120222705
Test: RunSettingsRoboTests RunArcSettingsRoboTests
Change-Id: I92435541a671c43d3584f1f223b8b744e6182aa9
parent ca32293e
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";