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

Commit 22816ac3 authored by Nicholas Ambur's avatar Nicholas Ambur
Browse files

Add return value annotation to getSoundTriggerMode

Bug: 181064773
Test: build and manually verify SoundTrigger
Change-Id: I75929c9fc0747e4df9dc385b580dff844b4a7b8c
parent e280ab9e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -247,6 +247,7 @@ public final class BatterySaverPolicyConfig implements Parcelable {
    /**
     * Get the SoundTrigger mode while in Battery Saver.
     */
    @PowerManager.SoundTriggerPowerSaveMode
    public int getSoundTriggerMode() {
        return mSoundTriggerMode;
    }