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
This commit is contained in:
Ben Lin
2018-12-12 16:55:08 -08:00
parent ca32293e76
commit 5fe372a039

View File

@@ -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";