Merge "Split ring and notification vibration settings"

This commit is contained in:
Alexey Kuzmin
2019-01-11 13:51:16 +00:00
committed by Android (Google) Code Review
13 changed files with 207 additions and 28 deletions

View File

@@ -160,6 +160,11 @@ public class VibrationPreferenceFragmentTest {
return Settings.System.HAPTIC_FEEDBACK_INTENSITY;
}
@Override
protected String getVibrationEnabledSetting() {
return "";
}
@Override
protected int getDefaultVibrationIntensity() {
return Vibrator.VIBRATION_INTENSITY_MEDIUM;