本文介绍了触发系统音量栏的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
是否有可能由$ P $在我的活动
后,音量条出现pssing一个按钮?音量条认为,当你preSS的硬件音量按钮中的一个出现。
Is it possible by pressing a button in my Activity
to make the volume bar appear? The volume bar is the view that appears when you press one of the hardware volume buttons.
有一个API函数来做到这一点还是我必须重新创建视图的手?
Is there a API function to do this or do I have to recreate that view by hand?
推荐答案
如果你调用setStreamVolume,通过标志FLAG_SHOW_UI见的
if you call setStreamVolume, pass the flag FLAG_SHOW_UISee http://developer.android.com/reference/android/media/AudioManager.html#FLAG_SHOW_UI
这篇关于触发系统音量栏的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!