Merge "Hide Bluetooth, Reset, Accessibility Settings in ARC" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-04-13 00:28:11 +00:00
committed by Android (Google) Code Review
13 changed files with 25 additions and 35 deletions

View File

@@ -30,10 +30,8 @@ import com.android.settings.SettingsPreferenceFragment;
import com.android.settings.search.BaseSearchIndexProvider;
import com.android.settingslib.search.SearchIndexable;
/**
* Settings fragment containing more options of captioning properties.
*/
@SearchIndexable
/** Settings fragment containing more options of captioning properties. */
@SearchIndexable(forTarget = SearchIndexable.ALL & ~SearchIndexable.ARC)
public class CaptionMoreOptionsFragment extends SettingsPreferenceFragment
implements Preference.OnPreferenceChangeListener {
private static final String PREF_LOCALE = "captioning_locale";