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

Commit a226126b authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add flag for caching the volume values" into main

parents 00f24e2e b0aa198c
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -27,7 +27,15 @@ flag {
    name: "cache_get_stream_min_max_volume"
    namespace: "media_audio"
    description:
       "Cache getStream[Min|Max]Volume calls between AM and AS"
       "Cache getStream[Min|Max]Volume calls between AudioManager and AudioService"
    bug: "383667500"
}

flag {
    name: "cache_get_stream_volume"
    namespace: "media_audio"
    description:
       "Cache getStreamVolume calls between AudioManager and AudioService"
    bug: "383667500"
}