|
@@ -176,6 +176,12 @@ u[o]&&(delete u[o],c?delete n[l]:typeof n.removeAttribute!==i?n.removeAttribute(
|
|
|
StatusBar.styleDefault();
|
|
|
//推送通知初始化
|
|
|
init_jg_push();
|
|
|
+
|
|
|
+ //启动后台服务
|
|
|
+ if (device.platform == "Android") {
|
|
|
+ console.log(">>>>>>>>>>cordova.plugins.RLMusicPlugin.startMusicService>>>>>>>>>>>>");
|
|
|
+ cordova.plugins.RLMusicPlugin.startMusicService("title", "content", "para");
|
|
|
+ }
|
|
|
}
|
|
|
window.lrmui.isready = true; // 表示设备加载完成
|
|
|
}
|