Merge "Fix usage hint of ringtone vibration preview" into qt-dev am: 71f6523200
am: bfcf644bed
Change-Id: Ic87e16fd98b702ec64c50f4199af733db017370f
This commit is contained in:
@@ -51,7 +51,7 @@ public class RingVibrationPreferenceFragment extends VibrationPreferenceFragment
|
||||
|
||||
@Override
|
||||
protected int getPreviewVibrationAudioAttributesUsage() {
|
||||
return AudioAttributes.USAGE_NOTIFICATION;
|
||||
return AudioAttributes.USAGE_NOTIFICATION_RINGTONE;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user