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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment