在推送通知phonegap中禁用声音 - android

时间:2014-08-25 11:29:32

标签: android cordova push-notification phonegap-plugins urbanairship.com

尝试使用

在我的phonegap(2.2.0)应用中禁用推送通知的声音
setSoundEnabled(Boolean enabled, callback)

注意:Android Only,iOS声音设置都在推送,

提到here

推送通知带声音,无法禁用声音。

1 个答案:

答案 0 :(得分:0)

通过设置PushPreferences

找到了一种方法
PushPreferences prefs = PushManager.shared().getPreferences();
prefs.setSoundEnabled (false);