-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AudioManager.FLAG_PLAY_SOUND and sound device when changing the volume #15
Comments
It's spring festival now, and I'll do it in the next week. |
Which flag would you like to set? In my phone (Meizu m2 note, Android 5.1), |
It works on a Samsung Galaxy A3 2017. |
V 1.2.2 has published. Now you can control the sound like this: SystemSetting.setVolume(0.5, {
playSound: false
}); API have updated. Thanks for your feedback. |
Hi and thank you for this great library.
On Android, could you please make AudioManager.FLAG_PLAY_SOUND as a parameter in your setVolume method in the SystemSetting.java ?
My point is that I don't want to have the device sound when changing the volume.
Thanks!
The text was updated successfully, but these errors were encountered: