如何找出是否在汽车模式(Android)?

时间:2011-06-28 14:52:07

标签: android android-intent broadcastreceiver

如果设备当前处于汽车模式,是否可以通过意图(或其他方式)找出?我尝试使用具有全局变量的接收器来做到这一点,但是我想这个变量在通过onReceive之后无法生存; - )

那还有另一种方式吗?

谢谢!

1 个答案:

答案 0 :(得分:3)

我在谷歌搜索

后得到了这个链接
  

配置UI_MODE_TYPE_CAR

。链接 - http://www.java2s.com/Open-Source/Android/Samples/techbooster/org/jpn/techbooster/sample/uiModeManager.java.htm

提到

如果是这种情况,

getSystemService(Context.UI_MODE_SERVICE).getCurrentModeType()将返回Configuration.UI_MODE_TYPE_CAR