我正在尝试在安卓系统中访问LED NOTIFICATION,在Stack上关注this和this的问题。当我试着打电话给
LED NOTIFICATION
Settings.System.getInt(resolver, "notification_light_pulse")
程序崩溃是因为它找不到notification_light_pulse。
notification_light_pulse
如果此方法失败,我该如何访问LED NOTIFICATION?
发布于 2014-10-14 00:24:23
这是一个未记录的API,只能在某些设备上工作,在其他设备上崩溃。
https://stackoverflow.com/questions/26343719
相似问题