Merge "Hide Bluetooth, Reset, Accessibility Settings in ARC" into rvc-dev am: 545f08e872 am: 35d8c0bdb3 am: d2b330f5ef am: 2e7b71dce7

Change-Id: I7fe65de1a8576603a1b43123d7544872cfa66c7b
This commit is contained in:
TreeHugger Robot
2020-04-13 01:42:25 +00:00
committed by Automerger Merge Worker
13 changed files with 25 additions and 35 deletions

View File

@@ -36,7 +36,7 @@ import com.android.settingslib.search.SearchIndexable;
import com.google.common.primitives.Ints;
/** Settings page for magnification. */
@SearchIndexable
@SearchIndexable(forTarget = SearchIndexable.ALL & ~SearchIndexable.ARC)
public class MagnificationSettingsFragment extends DashboardFragment {
private static final String TAG = "MagnificationSettingsFragment";