Merge "Play vibration preview when turning on vibration" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
1a82d653f7
@@ -128,6 +128,8 @@ public abstract class VibrationPreferenceFragment extends RadioButtonPickerFragm
|
||||
// Update vibration intensity setting
|
||||
Settings.System.putInt(getContext().getContentResolver(),
|
||||
getVibrationIntensitySetting(), candidate.getIntensity());
|
||||
} else {
|
||||
playVibrationPreview();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user