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

Commit 7534f652 authored by Michael Dooley's avatar Michael Dooley Committed by Android (Google) Code Review
Browse files

Merge "Annotating getModelState method so it can be used by NowPlaying"

parents ceeadaed e01860a6
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;