作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
因此,为 ACTION_HEADSET_PLUG 注册广播接收器的技巧实际上是 processing the plug in/out events现在已经很清楚了。
但是...我的应用程序需要在 onCreate()
尽早知道耳机是否已插入(如果没有插入,它应该只显示一个对话框并退出,因为这是一个仅限耳机的应用程序,不能与扬声器一起使用。
然而,无论我读到什么,注册接收器都应该在 onStart() 中完成。或 onResume() -- 这让 onCreate()
没有机会使用接收者设置的标志。
知道如何解决这个问题吗?
有没有办法轮询耳机插孔?
最佳答案
您可以使用 AudioManager's isWiredHeadsetOn()确定耳机是否已插入,但请注意,根据文档:
This is not a valid indication that audio playback is actually over the wired headset as audio routing depends on other conditions.
您还需要查看 isSpeakerphoneOn()
、isBluetoothA2dpOn()
和 isBluetoothScoOn()
的值以获得更好地了解当前启用的内容。
关于android - 如何在 OnCreate() 中获取 ACTION_HEADSET_PLUG,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41966569/
我是一名优秀的程序员,十分优秀!