Media APIs
Some AudioManager functions are not supported.
- AudioManager.getVibrateSetting - Always return VIBRATE_SETTING_OFF
- AudioManager.isBluetoothA2dpOn - Always return false
- AudioManager.isBluetoothScoOn - Always return false
- AudioManager.setBluetoothA2dpOn - Do nothing
- AudioManager.setBluetoothScoOn - Do nothing
- AudioManager.setRingerMode - Do nothing
- AudioManager.setRouting - Deprecated by Android SDK
- AudioManager.setVibrateSetting - Do nothing
- AudioManager.shouldVibrate - Return false
- AudioManager.startBluetoothSco - Do nothing
- AudioManager.stopBluetoothSco - Do nothing
Some MediaPlayer functions are not supported
- MediaPlayer.attachAuxEffect - Do nothing
- MediaPlayer.setAudioStreamType - Do nothing
- MediaPlayer.setAuxEffectSendLevel - Do nothing