我尝试过在pushsound.mp3同级目录添加MP3文件且命名为p2,
plugin.setCustomPushChannel({
soundName: "pushsound",
channelId: "test",
channelDesc:"test渠道描述",
enableLights:true,
enableVibration:true,
importance:4,
lockscreenVisibility:0
});
并且在服务端添加"/message/android/notification/sound": "/raw/p2",重装后测试还是不行。
也尝试将原来的pushsound.mp3重命名为p2,我的音频文件命名为pushsound,重装测试后还是不行。
前者收到消息的铃声是手机系统自带的铃声,后者收到的铃声则是插件原本pushsound也就是《赌神出场》那个铃声。
在plugin.getAllChannels这个方法得到参数里面的mysound,第一种方法得到的是mSound=content://settings/system/notification_sound
第二种方法得到的后面会带/raw/pushsound
这是什么原因啊~~~~
1 个回复
8***@qq.com
请问解决了吗