Add primary switch for vibration settings screen
Add primary switch that updates the VIBRATE_ON user setting. Update all settings in this page to be disabled when this main toggle is off. Bug: 30028435 Test: VibrationMainSwitchPreferenceControllerTest Change-Id: I752ca3b914c46678a1347034c5b6cf24fd40cc13
This commit is contained in:
@@ -18,8 +18,6 @@ package com.android.settings.accessibility;
|
||||
|
||||
import android.content.Context;
|
||||
|
||||
import com.android.settings.accessibility.RingVibrationIntensityPreferenceController.RingVibrationPreferenceConfig;
|
||||
|
||||
/** Preference controller for ringtone vibration with only a toggle for on/off states. */
|
||||
public class RingVibrationTogglePreferenceController extends VibrationTogglePreferenceController {
|
||||
|
||||
|
Reference in New Issue
Block a user