android.json 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  1. {
  2. "prepare_queue": {
  3. "installed": [],
  4. "uninstalled": []
  5. },
  6. "config_munge": {
  7. "files": {
  8. "AndroidManifest.xml": {
  9. "parents": {
  10. "/*": [
  11. {
  12. "xml": "<uses-permission android:name=\"android.permission.INTERNET\" />",
  13. "count": 12
  14. },
  15. {
  16. "xml": "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\" />",
  17. "count": 3
  18. },
  19. {
  20. "xml": "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\" />",
  21. "count": 3
  22. },
  23. {
  24. "xml": "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\" />",
  25. "count": 3
  26. },
  27. {
  28. "xml": "<uses-feature android:name=\"android.hardware.camera\" />",
  29. "count": 1
  30. },
  31. {
  32. "xml": "<uses-feature android:name=\"android.hardware.camera.autofocus\" />",
  33. "count": 1
  34. },
  35. {
  36. "xml": "<uses-permission android:name=\"android.permission.CAMERA\" />",
  37. "count": 1
  38. },
  39. {
  40. "xml": "<uses-permission android:name=\"android.permission.FLASHLIGHT\" />",
  41. "count": 1
  42. },
  43. {
  44. "xml": "<uses-permission android:name=\"android.permission.WAKE_LOCK\" />",
  45. "count": 1
  46. },
  47. {
  48. "xml": "<uses-permission android:name=\"android.permission.READ_EXTERNAL_STORAGE\" />",
  49. "count": 1
  50. },
  51. {
  52. "xml": "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\" />",
  53. "count": 1
  54. },
  55. {
  56. "xml": "<uses-permission android:name=\"android.permission.ACCESS_LOCATION_EXTRA_COMMANDS\" />",
  57. "count": 1
  58. },
  59. {
  60. "xml": "<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\" />",
  61. "count": 1
  62. },
  63. {
  64. "xml": "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\" />",
  65. "count": 1
  66. }
  67. ],
  68. "application": [
  69. {
  70. "xml": "<provider android:authorities=\"${applicationId}.provider\" android:exported=\"false\" android:grantUriPermissions=\"true\" android:name=\"org.apache.cordova.camera.FileProvider\"><meta-data android:name=\"android.support.FILE_PROVIDER_PATHS\" android:resource=\"@xml/camera_provider_paths\" /></provider>",
  71. "count": 1
  72. }
  73. ],
  74. "/manifest/application": [
  75. {
  76. "xml": "<activity android:name=\"com.izouma.handheld.ScanActivity\" />",
  77. "count": 1
  78. },
  79. {
  80. "xml": "<provider android:authorities=\"${applicationId}.com.pgyer.provider\" android:exported=\"false\" android:name=\"com.pgyersdk.PgyerProvider\" />",
  81. "count": 1
  82. },
  83. {
  84. "xml": "<meta-data android:name=\"PGYER_APPID\" android:value=\"fc1475cd6e3915ca794041977acbfc2a\" />",
  85. "count": 1
  86. }
  87. ]
  88. }
  89. },
  90. "res/xml/config.xml": {
  91. "parents": {
  92. "/*": [
  93. {
  94. "xml": "<feature name=\"Camera\"><param name=\"android-package\" value=\"org.apache.cordova.camera.CameraLauncher\" /></feature>",
  95. "count": 1
  96. },
  97. {
  98. "xml": "<feature name=\"Clipboard\"><param name=\"android-package\" value=\"com.niconaso.cordova.clipboard.Clipboard\" /></feature>",
  99. "count": 1
  100. },
  101. {
  102. "xml": "<preference name=\"webView\" value=\"org.crosswalk.engine.XWalkWebViewEngine\" />",
  103. "count": 1
  104. },
  105. {
  106. "xml": "<preference name=\"xwalkVersion\" value=\"23+\" />",
  107. "count": 1
  108. },
  109. {
  110. "xml": "<preference name=\"xwalkLiteVersion\" value=\"xwalk_core_library_canary:17+\" />",
  111. "count": 1
  112. },
  113. {
  114. "xml": "<preference name=\"xwalkCommandLine\" value=\"--disable-pull-to-refresh-effect\" />",
  115. "count": 1
  116. },
  117. {
  118. "xml": "<preference name=\"xwalkMode\" value=\"embedded\" />",
  119. "count": 1
  120. },
  121. {
  122. "xml": "<preference name=\"xwalkMultipleApk\" value=\"false\" />",
  123. "count": 1
  124. },
  125. {
  126. "xml": "<preference name=\"android-minSdkVersion\" value=\"19\" />",
  127. "count": 1
  128. },
  129. {
  130. "xml": "<feature name=\"Device\"><param name=\"android-package\" value=\"org.apache.cordova.device.Device\" /></feature>",
  131. "count": 1
  132. },
  133. {
  134. "xml": "<feature name=\"Handheld\"><param name=\"android-package\" value=\"com.izouma.handheld.Handheld\" /><param name=\"onload\" value=\"true\" /></feature>",
  135. "count": 1
  136. },
  137. {
  138. "xml": "<feature name=\"StatusBar\"><param name=\"android-package\" value=\"org.apache.cordova.statusbar.StatusBar\" /><param name=\"onload\" value=\"true\" /></feature>",
  139. "count": 1
  140. },
  141. {
  142. "xml": "<feature name=\"Whitelist\"><param name=\"android-package\" value=\"org.apache.cordova.whitelist.WhitelistPlugin\" /><param name=\"onload\" value=\"true\" /></feature>",
  143. "count": 1
  144. },
  145. {
  146. "xml": "<feature name=\"Toast\"><param name=\"android-package\" value=\"nl.xservices.plugins.Toast\" /></feature>",
  147. "count": 1
  148. },
  149. {
  150. "xml": "<feature name=\"pgyer\"><param name=\"android-package\" value=\"cn.x1ongzhu.pgyer.pgyer\" /><param name=\"onload\" value=\"true\" /></feature>",
  151. "count": 1
  152. }
  153. ]
  154. }
  155. }
  156. }
  157. },
  158. "installed_plugins": {
  159. "cordova-plugin-camera": {
  160. "PACKAGE_NAME": "com.izouma.gmmis"
  161. },
  162. "cordova-plugin-clipboard-x": {
  163. "PACKAGE_NAME": "com.izouma.gmmis"
  164. },
  165. "cordova-plugin-crosswalk-webview": {
  166. "XWALK_VERSION": "23+",
  167. "XWALK_LITEVERSION": "xwalk_core_library_canary:17+",
  168. "XWALK_COMMANDLINE": "--disable-pull-to-refresh-effect",
  169. "XWALK_MODE": "embedded",
  170. "XWALK_MULTIPLEAPK": "false",
  171. "PACKAGE_NAME": "com.izouma.gmmis"
  172. },
  173. "cordova-plugin-device": {
  174. "PACKAGE_NAME": "com.izouma.gmmis"
  175. },
  176. "cordova-plugin-handheld": {
  177. "PACKAGE_NAME": "com.izouma.gmmis"
  178. },
  179. "cordova-plugin-statusbar": {
  180. "PACKAGE_NAME": "com.izouma.gmmis"
  181. },
  182. "cordova-plugin-whitelist": {
  183. "PACKAGE_NAME": "com.izouma.gmmis"
  184. },
  185. "cordova-plugin-wkwebview-engine": {
  186. "PACKAGE_NAME": "com.izouma.gmmis"
  187. },
  188. "cordova-plugin-x-toast": {
  189. "PACKAGE_NAME": "com.izouma.gmmis"
  190. },
  191. "cordova-plugin-pgyer": {
  192. "APP_ID": "fc1475cd6e3915ca794041977acbfc2a",
  193. "PACKAGE_NAME": "com.izouma.gmmis"
  194. }
  195. },
  196. "dependent_plugins": {},
  197. "modules": [
  198. {
  199. "id": "cordova-plugin-camera.Camera",
  200. "file": "plugins/cordova-plugin-camera/www/CameraConstants.js",
  201. "pluginId": "cordova-plugin-camera",
  202. "clobbers": [
  203. "Camera"
  204. ]
  205. },
  206. {
  207. "id": "cordova-plugin-camera.CameraPopoverOptions",
  208. "file": "plugins/cordova-plugin-camera/www/CameraPopoverOptions.js",
  209. "pluginId": "cordova-plugin-camera",
  210. "clobbers": [
  211. "CameraPopoverOptions"
  212. ]
  213. },
  214. {
  215. "id": "cordova-plugin-camera.camera",
  216. "file": "plugins/cordova-plugin-camera/www/Camera.js",
  217. "pluginId": "cordova-plugin-camera",
  218. "clobbers": [
  219. "navigator.camera"
  220. ]
  221. },
  222. {
  223. "id": "cordova-plugin-camera.CameraPopoverHandle",
  224. "file": "plugins/cordova-plugin-camera/www/CameraPopoverHandle.js",
  225. "pluginId": "cordova-plugin-camera",
  226. "clobbers": [
  227. "CameraPopoverHandle"
  228. ]
  229. },
  230. {
  231. "id": "cordova-plugin-clipboard-x.Clipboard",
  232. "file": "plugins/cordova-plugin-clipboard-x/www/clipboard.js",
  233. "pluginId": "cordova-plugin-clipboard-x",
  234. "clobbers": [
  235. "cordova.plugins.clipboard",
  236. "cordova.plugins.clipboard-x"
  237. ]
  238. },
  239. {
  240. "id": "cordova-plugin-device.device",
  241. "file": "plugins/cordova-plugin-device/www/device.js",
  242. "pluginId": "cordova-plugin-device",
  243. "clobbers": [
  244. "device"
  245. ]
  246. },
  247. {
  248. "id": "cordova-plugin-handheld.Handheld",
  249. "file": "plugins/cordova-plugin-handheld/www/Handheld.js",
  250. "pluginId": "cordova-plugin-handheld",
  251. "clobbers": [
  252. "Handheld"
  253. ]
  254. },
  255. {
  256. "id": "cordova-plugin-statusbar.statusbar",
  257. "file": "plugins/cordova-plugin-statusbar/www/statusbar.js",
  258. "pluginId": "cordova-plugin-statusbar",
  259. "clobbers": [
  260. "window.StatusBar"
  261. ]
  262. },
  263. {
  264. "id": "cordova-plugin-x-toast.Toast",
  265. "file": "plugins/cordova-plugin-x-toast/www/Toast.js",
  266. "pluginId": "cordova-plugin-x-toast",
  267. "clobbers": [
  268. "window.plugins.toast"
  269. ]
  270. },
  271. {
  272. "id": "cordova-plugin-pgyer.pgyer",
  273. "file": "plugins/cordova-plugin-pgyer/www/pgyer.js",
  274. "pluginId": "cordova-plugin-pgyer",
  275. "clobbers": [
  276. "cordova.plugins.pgyer"
  277. ]
  278. }
  279. ],
  280. "plugin_metadata": {
  281. "cordova-plugin-camera": "4.0.3",
  282. "cordova-plugin-clipboard-x": "1.0.1",
  283. "cordova-plugin-crosswalk-webview": "2.4.0",
  284. "cordova-plugin-device": "2.0.2",
  285. "cordova-plugin-handheld": "1.0.0",
  286. "cordova-plugin-statusbar": "2.4.2",
  287. "cordova-plugin-whitelist": "1.3.3",
  288. "cordova-plugin-wkwebview-engine": "1.1.4",
  289. "cordova-plugin-x-toast": "2.7.2",
  290. "cordova-plugin-pgyer": "1.0.0"
  291. }
  292. }