Search code examples
android-2.1-eclair

Is AudioManager.OnAudioFocusChangeListener supported in Android version 2.1?


As per the title, is AudioManager.OnAudioFocusChangeListener supported in Android version 2.1?


Solution

  • The short answer is no. The long one is here:

    See the official Android Reference for AudioManager.OnAudioFocusChangeListener right on the top stands Since:API Level 8. If you look to Android API Level which is linked there too you will see that this interface exists since Android 2.2.x.