From ba207e76b2c5ebc01ececff351107d19a3134f3a Mon Sep 17 00:00:00 2001 From: Eric Laurent Date: Thu, 15 May 2014 17:08:16 -0700 Subject: AudioManager: add isVolumeFixed() API Indicates if the device implements fixed volume policy. In this case, volume control APIs are not operational. Bug: 11430859. Change-Id: Ia82bdfe5b38d6b2ce132f00a493e6a04cb794ea0 --- api/current.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'api/current.txt') diff --git a/api/current.txt b/api/current.txt index f9ba781..ff8e663 100644 --- a/api/current.txt +++ b/api/current.txt @@ -13819,6 +13819,7 @@ package android.media { method public boolean isMicrophoneMute(); method public boolean isMusicActive(); method public boolean isSpeakerphoneOn(); + method public boolean isVolumeFixed(); method public deprecated boolean isWiredHeadsetOn(); method public void loadSoundEffects(); method public void playSoundEffect(int); -- cgit v1.1