| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176 |
- {
- "prepare_queue": {
- "installed": [],
- "uninstalled": []
- },
- "config_munge": {
- "files": {
- "res/xml/config.xml": {
- "parents": {
- "/*": [
- {
- "xml": "<feature name=\"Device\"><param name=\"android-package\" value=\"org.apache.cordova.device.Device\" /></feature>",
- "count": 1
- },
- {
- "xml": "<feature name=\"JPushPlugin\"><param name=\"android-package\" value=\"cn.jiguang.cordova.push.JPushPlugin\" /></feature>",
- "count": 1
- },
- {
- "xml": "<feature name=\"Whitelist\"><param name=\"android-package\" value=\"org.apache.cordova.whitelist.WhitelistPlugin\" /><param name=\"onload\" value=\"true\" /></feature>",
- "count": 1
- }
- ]
- }
- },
- "AndroidManifest.xml": {
- "parents": {
- "/manifest": [
- {
- "xml": "<permission android:name=\"com.dxoneportal.permission.JPUSH_MESSAGE\" android:protectionLevel=\"signature\" />",
- "count": 1
- },
- {
- "xml": "<uses-permission android:name=\"com.dxoneportal.permission.JPUSH_MESSAGE\" />",
- "count": 1
- },
- {
- "xml": "<uses-permission android:name=\"android.permission.RECEIVE_USER_PRESENT\" />",
- "count": 1
- },
- {
- "xml": "<uses-permission android:name=\"android.permission.INTERNET\" />",
- "count": 1
- },
- {
- "xml": "<uses-permission android:name=\"android.permission.WAKE_LOCK\" />",
- "count": 1
- },
- {
- "xml": "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\" />",
- "count": 1
- },
- {
- "xml": "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\" />",
- "count": 1
- },
- {
- "xml": "<uses-permission android:name=\"android.permission.READ_EXTERNAL_STORAGE\" />",
- "count": 1
- },
- {
- "xml": "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\" />",
- "count": 1
- },
- {
- "xml": "<uses-permission android:name=\"android.permission.VIBRATE\" />",
- "count": 1
- },
- {
- "xml": "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\" />",
- "count": 1
- },
- {
- "xml": "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\" />",
- "count": 1
- },
- {
- "xml": "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\" />",
- "count": 1
- }
- ],
- "/manifest/application": [
- {
- "xml": "<activity android:configChanges=\"orientation|keyboardHidden\" android:name=\"cn.jpush.android.ui.PushActivity\" android:theme=\"@android:style/Theme.Translucent.NoTitleBar\"><intent-filter><action android:name=\"cn.jpush.android.ui.PushActivity\" /><category android:name=\"android.intent.category.DEFAULT\" /><category android:name=\"com.dxoneportal\" /></intent-filter></activity>",
- "count": 1
- },
- {
- "xml": "<activity android:exported=\"false\" android:name=\"cn.jpush.android.ui.PopWinActivity\" android:theme=\"@style/MyDialogStyle\"></activity>",
- "count": 1
- },
- {
- "xml": "<service android:enabled=\"true\" android:exported=\"false\" android:name=\"cn.jpush.android.service.DownloadService\"></service>",
- "count": 1
- },
- {
- "xml": "<service android:enabled=\"true\" android:exported=\"false\" android:name=\"cn.jpush.android.service.PushService\" android:process=\":remote\"><intent-filter><action android:name=\"cn.jpush.android.intent.REGISTER\" /><action android:name=\"cn.jpush.android.intent.REPORT\" /><action android:name=\"cn.jpush.android.intent.PushService\" /><action android:name=\"cn.jpush.android.intent.PUSH_TIME\" /></intent-filter></service>",
- "count": 1
- },
- {
- "xml": "<receiver android:enabled=\"true\" android:exported=\"false\" android:name=\"cn.jpush.android.service.PushReceiver\"><intent-filter android:priority=\"1000\"><action android:name=\"cn.jpush.android.intent.NOTIFICATION_RECEIVED_PROXY\" /><category android:name=\"com.dxoneportal\" /></intent-filter><intent-filter><action android:name=\"android.intent.action.USER_PRESENT\" /><action android:name=\"android.net.conn.CONNECTIVITY_CHANGE\" /></intent-filter><intent-filter><action android:name=\"android.intent.action.PACKAGE_ADDED\" /><action android:name=\"android.intent.action.PACKAGE_REMOVED\" /><data android:scheme=\"package\" /></intent-filter></receiver>",
- "count": 1
- },
- {
- "xml": "<service android:enabled=\"true\" android:exported=\"true\" android:name=\"cn.jpush.android.service.DaemonService\"><intent-filter><action android:name=\"cn.jpush.android.intent.DaemonService\" /><category android:name=\"com.dxoneportal\" /></intent-filter></service>",
- "count": 1
- },
- {
- "xml": "<receiver android:enabled=\"true\" android:name=\"cn.jiguang.cordova.push.JPushReceiver\"><intent-filter><action android:name=\"cn.jpush.android.intent.REGISTRATION\" /><action android:name=\"cn.jpush.android.intent.MESSAGE_RECEIVED\" /><action android:name=\"cn.jpush.android.intent.NOTIFICATION_RECEIVED\" /><action android:name=\"cn.jpush.android.intent.NOTIFICATION_OPENED\" /><action android:name=\"cn.jpush.android.intent.CONNECTION\" /><category android:name=\"com.dxoneportal\" /></intent-filter></receiver>",
- "count": 1
- },
- {
- "xml": "<receiver android:exported=\"false\" android:name=\"cn.jpush.android.service.AlarmReceiver\" />",
- "count": 1
- },
- {
- "xml": "<provider android:authorities=\"com.dxoneportal.DataProvider\" android:exported=\"true\" android:name=\"cn.jpush.android.service.DataProvider\" />",
- "count": 1
- },
- {
- "xml": "<receiver android:name=\"cn.jiguang.cordova.push.JPushEventReceiver\"><intent-filter><action android:name=\"cn.jpush.android.intent.RECEIVE_MESSAGE\" /><category android:name=\"com.dxoneportal\" /></intent-filter></receiver>",
- "count": 1
- },
- {
- "xml": "<meta-data android:name=\"JPUSH_CHANNEL\" android:value=\"developer-default\" />",
- "count": 1
- },
- {
- "xml": "<meta-data android:name=\"JPUSH_APPKEY\" android:value=\"39669413c339d3e60d6a27b7\" />",
- "count": 1
- }
- ]
- }
- }
- }
- },
- "installed_plugins": {
- "cordova-plugin-device": {
- "PACKAGE_NAME": "com.dxoneportal"
- },
- "cordova-plugin-jcore": {
- "PACKAGE_NAME": "com.dxoneportal"
- },
- "jpush-phonegap-plugin": {
- "APP_KEY": "39669413c339d3e60d6a27b7",
- "PACKAGE_NAME": "com.dxoneportal"
- },
- "cordova-plugin-whitelist": {
- "PACKAGE_NAME": "com.dxoneportal"
- }
- },
- "dependent_plugins": {},
- "modules": [
- {
- "id": "cordova-plugin-device.device",
- "file": "plugins/cordova-plugin-device/www/device.js",
- "pluginId": "cordova-plugin-device",
- "clobbers": [
- "device"
- ]
- },
- {
- "id": "jpush-phonegap-plugin.JPushPlugin",
- "file": "plugins/jpush-phonegap-plugin/www/JPushPlugin.js",
- "pluginId": "jpush-phonegap-plugin",
- "clobbers": [
- "JPush"
- ]
- }
- ],
- "plugin_metadata": {
- "cordova-plugin-device": "2.0.2",
- "cordova-plugin-jcore": "1.2.2",
- "jpush-phonegap-plugin": "3.4.3",
- "cordova-plugin-whitelist": "1.3.3"
- }
- }
|