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

Commit e01860a6 authored by mike dooley's avatar mike dooley
Browse files

Annotating getModelState method so it can be used by NowPlaying

Test: none
Bug: 119386757
Change-Id: If4dcd9fae9b693cd040e74d6e7b10be895b46af3
parent a0bf4d7a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -372,6 +372,7 @@ public final class SoundTriggerManager {
     * @hide
     */
    @RequiresPermission(android.Manifest.permission.MANAGE_SOUND_TRIGGER)
    @UnsupportedAppUsage
    public int getModelState(UUID soundModelId) {
        if (soundModelId == null) {
            return STATUS_ERROR;