android.json 9.1 KB

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