Html5 + offline packaging to create local messages and html5 local messages
Package Html5 + Runtime offline by yourself. Generally, import the SDK's Hello instance and modify it. The use of push. createMessage does not work during Message notification.
First, refer to the Android platform offline packaging push plug-in configuration
Note the configuration of AndroidManifest,Replace the package name with your own package name
<Cycler android: exported = "true" android: name = "io. dcloud. feature. apsXm. xmnotifreceivreceiver "> <intent-filter> <action android: name =" android. intent. action. BOOT_COMPLETED "/> <action android: name =" % fill in the APK package name %. _ CREATE_NOTIFICATION "/> <action android: name =" % fill in the APK package name %. _ REMOVE_NOTIFICATION "/> <action android: name =" % fill in the APK package name %. _ CLEAR_NOTIFICATION "/> <action android: name =" % fill in the APK package name %. _ CLILK_NOTIFICATION "/> </intent-filter> </Cycler>