Remove on/off subtext from gesture preferencecontrollers
The toggle switch next to the subtitle already shows on/off clearly. Fixes: 130652619 Fixes: 130652843 Fixes: 130653459 Fixes: 130653297 Test: robo Change-Id: Ib2396575bbc69a7cca5e9c90e113c76ff6db00b5
This commit is contained in:
@@ -33,13 +33,11 @@ public class DoubleTapPowerPreferenceController extends GesturePreferenceControl
|
||||
static final int OFF = 1;
|
||||
|
||||
private static final String PREF_KEY_VIDEO = "gesture_double_tap_power_video";
|
||||
private final String mDoubleTapPowerKey;
|
||||
|
||||
private final String SECURE_KEY = CAMERA_DOUBLE_TAP_POWER_GESTURE_DISABLED;
|
||||
|
||||
public DoubleTapPowerPreferenceController(Context context, String key) {
|
||||
super(context, key);
|
||||
mDoubleTapPowerKey = key;
|
||||
}
|
||||
|
||||
public static boolean isSuggestionComplete(Context context, SharedPreferences prefs) {
|
||||
|
||||
Reference in New Issue
Block a user