api-impl: misc APIs for WhatsApp media chooser Activities

This commit is contained in:
Julian Winkler
2025-04-23 18:21:19 +02:00
parent 69b742263a
commit e011092025
19 changed files with 123 additions and 26 deletions

View File

@@ -56,4 +56,8 @@ public class AudioManager {
public boolean isStreamMute(int streamType) {
return false;
}
public boolean isMusicActive() {
return false;
}
}