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

@@ -44,10 +44,8 @@ import java.util.ArrayList;
import java.util.List;
import java.util.Locale;
/**
* Settings fragment containing font style of captioning properties.
*/
@SearchIndexable
/** Settings fragment containing font style of captioning properties. */
@SearchIndexable(forTarget = SearchIndexable.ALL & ~SearchIndexable.ARC)
public class CaptionAppearanceFragment extends SettingsPreferenceFragment
implements OnPreferenceChangeListener, OnValueChangedListener {
private static final String PREF_CAPTION_PREVIEW = "caption_preview";