android.json 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. {
  2. "prepare_queue": {
  3. "installed": [],
  4. "uninstalled": []
  5. },
  6. "config_munge": {
  7. "files": {
  8. "res/xml/config.xml": {
  9. "parents": {
  10. "/*": [
  11. {
  12. "xml": "<feature name=\"Device\"><param name=\"android-package\" value=\"org.apache.cordova.device.Device\" /></feature>",
  13. "count": 1
  14. },
  15. {
  16. "xml": "<feature name=\"JPushPlugin\"><param name=\"android-package\" value=\"cn.jiguang.cordova.push.JPushPlugin\" /></feature>",
  17. "count": 1
  18. },
  19. {
  20. "xml": "<feature name=\"Whitelist\"><param name=\"android-package\" value=\"org.apache.cordova.whitelist.WhitelistPlugin\" /><param name=\"onload\" value=\"true\" /></feature>",
  21. "count": 1
  22. }
  23. ]
  24. }
  25. },
  26. "AndroidManifest.xml": {
  27. "parents": {
  28. "/manifest": [
  29. {
  30. "xml": "<permission android:name=\"com.dxoneportal.permission.JPUSH_MESSAGE\" android:protectionLevel=\"signature\" />",
  31. "count": 1
  32. },
  33. {
  34. "xml": "<uses-permission android:name=\"com.dxoneportal.permission.JPUSH_MESSAGE\" />",
  35. "count": 1
  36. },
  37. {
  38. "xml": "<uses-permission android:name=\"android.permission.RECEIVE_USER_PRESENT\" />",
  39. "count": 1
  40. },
  41. {
  42. "xml": "<uses-permission android:name=\"android.permission.INTERNET\" />",
  43. "count": 1
  44. },
  45. {
  46. "xml": "<uses-permission android:name=\"android.permission.WAKE_LOCK\" />",
  47. "count": 1
  48. },
  49. {
  50. "xml": "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\" />",
  51. "count": 1
  52. },
  53. {
  54. "xml": "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\" />",
  55. "count": 1
  56. },
  57. {
  58. "xml": "<uses-permission android:name=\"android.permission.READ_EXTERNAL_STORAGE\" />",
  59. "count": 1
  60. },
  61. {
  62. "xml": "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\" />",
  63. "count": 1
  64. },
  65. {
  66. "xml": "<uses-permission android:name=\"android.permission.VIBRATE\" />",
  67. "count": 1
  68. },
  69. {
  70. "xml": "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\" />",
  71. "count": 1
  72. },
  73. {
  74. "xml": "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\" />",
  75. "count": 1
  76. },
  77. {
  78. "xml": "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\" />",
  79. "count": 1
  80. }
  81. ],
  82. "/manifest/application": [
  83. {
  84. "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>",
  85. "count": 1
  86. },
  87. {
  88. "xml": "<activity android:exported=\"false\" android:name=\"cn.jpush.android.ui.PopWinActivity\" android:theme=\"@style/MyDialogStyle\"></activity>",
  89. "count": 1
  90. },
  91. {
  92. "xml": "<service android:enabled=\"true\" android:exported=\"false\" android:name=\"cn.jpush.android.service.DownloadService\"></service>",
  93. "count": 1
  94. },
  95. {
  96. "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>",
  97. "count": 1
  98. },
  99. {
  100. "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>",
  101. "count": 1
  102. },
  103. {
  104. "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>",
  105. "count": 1
  106. },
  107. {
  108. "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>",
  109. "count": 1
  110. },
  111. {
  112. "xml": "<receiver android:exported=\"false\" android:name=\"cn.jpush.android.service.AlarmReceiver\" />",
  113. "count": 1
  114. },
  115. {
  116. "xml": "<provider android:authorities=\"com.dxoneportal.DataProvider\" android:exported=\"true\" android:name=\"cn.jpush.android.service.DataProvider\" />",
  117. "count": 1
  118. },
  119. {
  120. "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>",
  121. "count": 1
  122. },
  123. {
  124. "xml": "<meta-data android:name=\"JPUSH_CHANNEL\" android:value=\"developer-default\" />",
  125. "count": 1
  126. },
  127. {
  128. "xml": "<meta-data android:name=\"JPUSH_APPKEY\" android:value=\"39669413c339d3e60d6a27b7\" />",
  129. "count": 1
  130. }
  131. ]
  132. }
  133. }
  134. }
  135. },
  136. "installed_plugins": {
  137. "cordova-plugin-device": {
  138. "PACKAGE_NAME": "com.dxoneportal"
  139. },
  140. "cordova-plugin-jcore": {
  141. "PACKAGE_NAME": "com.dxoneportal"
  142. },
  143. "jpush-phonegap-plugin": {
  144. "APP_KEY": "39669413c339d3e60d6a27b7",
  145. "PACKAGE_NAME": "com.dxoneportal"
  146. },
  147. "cordova-plugin-whitelist": {
  148. "PACKAGE_NAME": "com.dxoneportal"
  149. }
  150. },
  151. "dependent_plugins": {},
  152. "modules": [
  153. {
  154. "id": "cordova-plugin-device.device",
  155. "file": "plugins/cordova-plugin-device/www/device.js",
  156. "pluginId": "cordova-plugin-device",
  157. "clobbers": [
  158. "device"
  159. ]
  160. },
  161. {
  162. "id": "jpush-phonegap-plugin.JPushPlugin",
  163. "file": "plugins/jpush-phonegap-plugin/www/JPushPlugin.js",
  164. "pluginId": "jpush-phonegap-plugin",
  165. "clobbers": [
  166. "JPush"
  167. ]
  168. }
  169. ],
  170. "plugin_metadata": {
  171. "cordova-plugin-device": "2.0.2",
  172. "cordova-plugin-jcore": "1.2.2",
  173. "jpush-phonegap-plugin": "3.4.3",
  174. "cordova-plugin-whitelist": "1.3.3"
  175. }
  176. }