【发布时间】:2013-02-13 02:42:12
【问题描述】:
我想创建一个自定义通知。所以我想改变灯光和音调。
我为此使用NotificationCompat.Builder。
现在我想通过setLights() 更改灯光;
工作正常。但我想设置onMS 和offMS 的默认值。我还没有找到相关的信息。
谁能帮我找到默认值? 这是相关的文档:http://developer.android.com/reference/android/support/v4/app/NotificationCompat.Builder.html#setLights(int, int, int)
【问题讨论】:
标签: android notifications android-notifications