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

Commit 63e37797 authored by Alexey Kuzmin's avatar Alexey Kuzmin
Browse files

Fix usage hint of ringtone vibration preview

Bug: 130332550
Test: Go to Settings > Accessibility > Vibration > Notification
vibration, set it to off. Go to Settings > Accessibility > Vibration >
Ring vibration, and switch it a couple times. The preview effect should
be played

Change-Id: Ida4f04bb92873120c0f958d298ec31c8fb5dab97
parent 2e266050
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