Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71f65232 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix usage hint of ringtone vibration preview" into qt-dev

parents 764b8491 63e37797
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ public class RingVibrationPreferenceFragment extends VibrationPreferenceFragment

    @Override
    protected int getPreviewVibrationAudioAttributesUsage() {
        return AudioAttributes.USAGE_NOTIFICATION;
        return AudioAttributes.USAGE_NOTIFICATION_RINGTONE;
    }

    @Override