Search Issue Tracker
By Design
Votes
1
Found in
4.1.3f3
Issue ID
545165
Regression
No
Can not change call volume from Unity app
In Eclipse project, using the following code allows changing the call volume with the volume buttons:
setVolumeControlStream(AudioManager.STREAM_VOICE_CALL);
Using similar code in Unity changes the media volume:
UnityPlayer.currentActivity.setVolumeControlStream(AudioManager.STREAM_VOICE_CALL);
Tested device:
Samsung Galaxy S II Plus (GT-i9105P) with Android 4.1.2
Unity Versions:
4.1.3f3 (9174d583c97b)
4.1.5f1 (ed5ea3281df6)
4.2.0b4 (9eddd2297465)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Memory leak when a lot of UI elements are spawned and despawned
- Warnings are not logged in the Console window when using external code analyzers
- Errors “TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations, size 288“ appear constantly when Prefab is open
- Crash on PPtr<Shader>::operator or NullException errors spammed in console when calling Dispose() on null GraphicsBuffer with baked Reflection Probes
- “EndRenderPass: Not inside a Renderpass” and other Render Graph errors in the Player when Render Graph is enabled and Overlay UI is used
Add comment