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

Commit 98eedc67 authored by Jean-Michel Trivi's avatar Jean-Michel Trivi Committed by Android (Google) Code Review
Browse files

Merge "Define AUDIO_USAGE_ASSISTANT in list of audio attributes usage"

parents f965a892 71280e50
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -705,6 +705,7 @@ enum AudioUsage : int32_t {
    ASSISTANCE_SONIFICATION            = 13,
    GAME                               = 14,
    VIRTUAL_SOURCE                     = 15,
    ASSISTANT                          = 16,

    CNT,
    MAX                                = CNT - 1,