Merge "Exclue Scanning Settings for searchable in ARC."

This commit is contained in:
TreeHugger Robot
2018-12-14 03:46:35 +00:00
committed by Android (Google) Code Review

View File

@@ -34,7 +34,7 @@ import java.util.List;
/** /**
* A page that configures the background scanning settings for Wi-Fi and Bluetooth. * 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 { public class ScanningSettings extends DashboardFragment {
private static final String TAG = "ScanningSettings"; private static final String TAG = "ScanningSettings";