android.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  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=\"Whitelist\"><param name=\"android-package\" value=\"org.apache.cordova.whitelist.WhitelistPlugin\" /><param name=\"onload\" value=\"true\" /></feature>",
  13. "count": 1
  14. },
  15. {
  16. "xml": "<feature name=\"Device\"><param name=\"android-package\" value=\"org.apache.cordova.device.Device\" /></feature>",
  17. "count": 1
  18. },
  19. {
  20. "xml": "<feature name=\"JPushPlugin\"><param name=\"android-package\" value=\"cn.jiguang.cordova.push.JPushPlugin\" /></feature>",
  21. "count": 1
  22. },
  23. {
  24. "xml": "<feature name=\"Wechat\"><param name=\"android-package\" value=\"xu.li.cordova.wechat.Wechat\" /></feature>",
  25. "count": 1
  26. },
  27. {
  28. "xml": "<preference name=\"WECHATAPPID\" value=\"wx1bb4342986c22b28\" />",
  29. "count": 1
  30. },
  31. {
  32. "xml": "<feature name=\"LaunchMyApp\"><param name=\"android-package\" value=\"nl.xservices.plugins.LaunchMyApp\" /></feature>",
  33. "count": 1
  34. }
  35. ]
  36. }
  37. },
  38. "AndroidManifest.xml": {
  39. "parents": {
  40. "/manifest": [
  41. {
  42. "xml": "<permission android:name=\"com.shotshock.twong.permission.JPUSH_MESSAGE\" android:protectionLevel=\"signature\" />",
  43. "count": 1
  44. },
  45. {
  46. "xml": "<uses-permission android:name=\"com.shotshock.twong.permission.JPUSH_MESSAGE\" />",
  47. "count": 1
  48. },
  49. {
  50. "xml": "<uses-permission android:name=\"android.permission.RECEIVE_USER_PRESENT\" />",
  51. "count": 1
  52. },
  53. {
  54. "xml": "<uses-permission android:name=\"android.permission.INTERNET\" />",
  55. "count": 1
  56. },
  57. {
  58. "xml": "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\" />",
  59. "count": 1
  60. },
  61. {
  62. "xml": "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\" />",
  63. "count": 1
  64. },
  65. {
  66. "xml": "<uses-permission android:name=\"android.permission.READ_EXTERNAL_STORAGE\" />",
  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. "xml": "<uses-permission android:name=\"android.permission.VIBRATE\" />",
  83. "count": 1
  84. },
  85. {
  86. "xml": "<uses-permission android:name=\"android.permission.SYSTEM_ALERT_WINDOW\" />",
  87. "count": 1
  88. },
  89. {
  90. "xml": "<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\" />",
  91. "count": 1
  92. },
  93. {
  94. "xml": "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\" />",
  95. "count": 1
  96. },
  97. {
  98. "xml": "<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\" />",
  99. "count": 1
  100. },
  101. {
  102. "xml": "<uses-permission android:name=\"android.permission.ACCESS_BACKGROUND_LOCATION\" />",
  103. "count": 1
  104. },
  105. {
  106. "xml": "<uses-permission android:name=\"android.permission.ACCESS_LOCATION_EXTRA_COMMANDS\" />",
  107. "count": 1
  108. },
  109. {
  110. "xml": "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\" />",
  111. "count": 1
  112. },
  113. {
  114. "xml": "<uses-permission android:name=\"android.permission.GET_TASKS\" />",
  115. "count": 1
  116. },
  117. {
  118. "xml": "<uses-permission android:name=\"com.huawei.android.launcher.permission.CHANGE_BADGE \" />",
  119. "count": 1
  120. }
  121. ],
  122. "/manifest/application": [
  123. {
  124. "xml": "<activity android:exported=\"false\" android:name=\"cn.jpush.android.ui.PopWinActivity\" android:theme=\"@style/MyDialogStyle\"></activity>",
  125. "count": 1
  126. },
  127. {
  128. "xml": "<activity android:configChanges=\"orientation|keyboardHidden\" android:exported=\"false\" android:name=\"cn.jpush.android.ui.PushActivity\" android:theme=\"@android:style/Theme.NoTitleBar\"><intent-filter><action android:name=\"cn.jpush.android.ui.PushActivity\" /><category android:name=\"android.intent.category.DEFAULT\" /><category android:name=\"com.shotshock.twong\" /></intent-filter></activity>",
  129. "count": 1
  130. },
  131. {
  132. "xml": "<service android:exported=\"false\" android:name=\"cn.jpush.android.service.PushService\" android:process=\":pushcore\"><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>",
  133. "count": 1
  134. },
  135. {
  136. "xml": "<provider android:authorities=\"com.shotshock.twong.DataProvider\" android:exported=\"false\" android:name=\"cn.jpush.android.service.DataProvider\" android:process=\":pushcore\" />",
  137. "count": 1
  138. },
  139. {
  140. "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.shotshock.twong\" /></intent-filter></service>",
  141. "count": 1
  142. },
  143. {
  144. "xml": "<provider android:authorities=\"com.shotshock.twong.DownloadProvider\" android:exported=\"true\" android:name=\"cn.jpush.android.service.DownloadProvider\" />",
  145. "count": 1
  146. },
  147. {
  148. "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.shotshock.twong\" /></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>",
  149. "count": 1
  150. },
  151. {
  152. "xml": "<receiver android:exported=\"false\" android:name=\"cn.jpush.android.service.AlarmReceiver\" />",
  153. "count": 1
  154. },
  155. {
  156. "xml": "<receiver android:exported=\"false\" android:name=\"cn.jpush.android.service.SchedulerReceiver\" />",
  157. "count": 1
  158. },
  159. {
  160. "xml": "<receiver android:name=\"cn.jiguang.cordova.push.JPushEventReceiver\"><intent-filter><action android:name=\"cn.jpush.android.intent.RECEIVE_MESSAGE\" /><category android:name=\"com.shotshock.twong\" /></intent-filter></receiver>",
  161. "count": 1
  162. },
  163. {
  164. "xml": "<activity android:exported=\"true\" android:name=\"cn.jpush.android.service.JNotifyActivity\" android:taskAffinity=\"jpush.custom\" android:theme=\"@android:style/Theme.Translucent.NoTitleBar\"><intent-filter><action android:name=\"cn.jpush.android.intent.JNotifyActivity\" /><category android:name=\"com.shotshock.twong\" /></intent-filter></activity>",
  165. "count": 1
  166. },
  167. {
  168. "xml": "<service android:name=\"cn.jiguang.cordova.push.PushService\" android:process=\":pushcore\"><intent-filter><action android:name=\"cn.jiguang.user.service.action\" /></intent-filter></service>",
  169. "count": 1
  170. },
  171. {
  172. "xml": "<receiver android:enabled=\"true\" android:exported=\"false\" 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.shotshock.twong\" /></intent-filter></receiver>",
  173. "count": 1
  174. },
  175. {
  176. "xml": "<meta-data android:name=\"JPUSH_CHANNEL\" android:value=\"developer-default\" />",
  177. "count": 1
  178. },
  179. {
  180. "xml": "<meta-data android:name=\"JPUSH_APPKEY\" android:value=\"ab09fb9a832156e9c500ee68\" />",
  181. "count": 1
  182. },
  183. {
  184. "xml": "<activity android:exported=\"true\" android:label=\"@string/launcher_name\" android:launchMode=\"singleTask\" android:name=\".wxapi.WXEntryActivity\" android:taskAffinity=\"com.shotshock.twong\"><intent-filter><action android:name=\"android.intent.action.VIEW\" /><category android:name=\"android.intent.category.DEFAULT\" /><data android:scheme=\"wx1bb4342986c22b28\" /></intent-filter></activity>",
  185. "count": 1
  186. },
  187. {
  188. "xml": "<activity android:exported=\"true\" android:label=\"@string/launcher_name\" android:launchMode=\"singleTop\" android:name=\".wxapi.WXPayEntryActivity\"><intent-filter><action android:name=\"android.intent.action.VIEW\" /><category android:name=\"android.intent.category.DEFAULT\" /><data android:scheme=\"wx1bb4342986c22b28\" /></intent-filter></activity>",
  189. "count": 1
  190. }
  191. ],
  192. "/*": [
  193. {
  194. "xml": "<uses-permission android:name=\"android.permission.INTERNET\" />",
  195. "count": 1
  196. },
  197. {
  198. "xml": "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\" />",
  199. "count": 1
  200. },
  201. {
  202. "xml": "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\" />",
  203. "count": 1
  204. },
  205. {
  206. "xml": "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\" />",
  207. "count": 1
  208. },
  209. {
  210. "xml": "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\" />",
  211. "count": 1
  212. }
  213. ],
  214. "/manifest/application/activity": [
  215. {
  216. "xml": "<intent-filter><action android:name=\"android.intent.action.VIEW\" /><category android:name=\"android.intent.category.DEFAULT\" /><category android:name=\"android.intent.category.BROWSABLE\" /><data android:scheme=\"app\" /></intent-filter>",
  217. "count": 1
  218. },
  219. {
  220. "xml": "<intent-filter><action android:name=\"android.intent.action.VIEW\" /><category android:name=\"android.intent.category.DEFAULT\" /><category android:name=\"android.intent.category.BROWSABLE\" /><data android:host=\" \" android:pathPrefix=\"/\" android:scheme=\" \" /></intent-filter>",
  221. "count": 1
  222. }
  223. ]
  224. }
  225. }
  226. }
  227. },
  228. "installed_plugins": {
  229. "cordova-plugin-whitelist": {
  230. "PACKAGE_NAME": "com.shotshock.twong"
  231. },
  232. "cordova-plugin-device": {
  233. "PACKAGE_NAME": "com.shotshock.twong"
  234. },
  235. "cordova-plugin-jcore": {
  236. "PACKAGE_NAME": "com.shotshock.twong"
  237. },
  238. "jpush-phonegap-plugin": {
  239. "APP_KEY": "ab09fb9a832156e9c500ee68",
  240. "CHANNEL": "developer-default",
  241. "PACKAGE_NAME": "com.shotshock.twong"
  242. },
  243. "cordova-plugin-wechat": {
  244. "WECHATAPPID": "wx1bb4342986c22b28",
  245. "UNIVERSALLINK": "https://www.shotshock.shop/ios/",
  246. "PACKAGE_NAME": "com.shotshock.twong"
  247. },
  248. "cordova-plugin-customurlscheme": {
  249. "URL_SCHEME": "app",
  250. "ANDROID_SCHEME": " ",
  251. "ANDROID_HOST": " ",
  252. "ANDROID_PATHPREFIX": "/",
  253. "PACKAGE_NAME": "com.shotshock.twong"
  254. }
  255. },
  256. "dependent_plugins": {},
  257. "modules": [
  258. {
  259. "id": "cordova-plugin-device.device",
  260. "file": "plugins/cordova-plugin-device/www/device.js",
  261. "pluginId": "cordova-plugin-device",
  262. "clobbers": [
  263. "device"
  264. ]
  265. },
  266. {
  267. "id": "jpush-phonegap-plugin.JPushPlugin",
  268. "file": "plugins/jpush-phonegap-plugin/www/JPushPlugin.js",
  269. "pluginId": "jpush-phonegap-plugin",
  270. "clobbers": [
  271. "JPush"
  272. ]
  273. },
  274. {
  275. "id": "cordova-plugin-wechat.Wechat",
  276. "file": "plugins/cordova-plugin-wechat/www/wechat.js",
  277. "pluginId": "cordova-plugin-wechat",
  278. "clobbers": [
  279. "Wechat"
  280. ]
  281. },
  282. {
  283. "id": "cordova-plugin-customurlscheme.LaunchMyApp",
  284. "file": "plugins/cordova-plugin-customurlscheme/www/android/LaunchMyApp.js",
  285. "pluginId": "cordova-plugin-customurlscheme",
  286. "clobbers": [
  287. "window.plugins.launchmyapp"
  288. ]
  289. }
  290. ],
  291. "plugin_metadata": {
  292. "cordova-plugin-whitelist": "1.3.4",
  293. "cordova-plugin-device": "2.0.3",
  294. "cordova-plugin-jcore": "1.3.3",
  295. "jpush-phonegap-plugin": "3.7.6",
  296. "cordova-plugin-wechat": "3.0.0",
  297. "cordova-plugin-customurlscheme": "5.0.2"
  298. }
  299. }