android.json 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  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=\"Camera\"><param name=\"android-package\" value=\"org.apache.cordova.camera.CameraLauncher\" /></feature>",
  17. "count": 1
  18. },
  19. {
  20. "xml": "<feature name=\"Handheld\"><param name=\"android-package\" value=\"com.izouma.handheld.Handheld\" /><param name=\"onload\" value=\"true\" /></feature>",
  21. "count": 1
  22. },
  23. {
  24. "xml": "<feature name=\"Toast\"><param name=\"android-package\" value=\"nl.xservices.plugins.Toast\" /></feature>",
  25. "count": 1
  26. }
  27. ]
  28. }
  29. },
  30. "AndroidManifest.xml": {
  31. "parents": {
  32. "/*": [
  33. {
  34. "xml": "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\" />",
  35. "count": 3
  36. },
  37. {
  38. "xml": "<uses-feature android:name=\"android.hardware.camera\" />",
  39. "count": 1
  40. },
  41. {
  42. "xml": "<uses-feature android:name=\"android.hardware.camera.autofocus\" />",
  43. "count": 1
  44. },
  45. {
  46. "xml": "<uses-permission android:name=\"android.permission.CAMERA\" />",
  47. "count": 1
  48. },
  49. {
  50. "xml": "<uses-permission android:name=\"android.permission.FLASHLIGHT\" />",
  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.ACCESS_NETWORK_STATE\" />",
  59. "count": 1
  60. },
  61. {
  62. "xml": "<uses-permission android:name=\"android.permission.WAKE_LOCK\" />",
  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.WRITE_SETTINGS\" />",
  71. "count": 1
  72. },
  73. {
  74. "xml": "<uses-permission android:name=\"android.permission.ACCESS_LOCATION_EXTRA_COMMANDS\" />",
  75. "count": 1
  76. }
  77. ],
  78. "/manifest/application": [
  79. {
  80. "xml": "<activity android:name=\"com.izouma.handheld.ScanActivity\" />",
  81. "count": 1
  82. }
  83. ],
  84. "application": [
  85. {
  86. "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>",
  87. "count": 1
  88. }
  89. ]
  90. }
  91. },
  92. "config.xml": {
  93. "parents": {
  94. "/*": [
  95. {
  96. "xml": "<feature name=\"RemoteInjection\"><param name=\"android-package\" value=\"com.truckmovers.cordova.RemoteInjectionPlugin\" /><param name=\"onload\" value=\"true\" /></feature>",
  97. "count": 1
  98. }
  99. ]
  100. }
  101. }
  102. }
  103. },
  104. "installed_plugins": {
  105. "cordova-plugin-whitelist": {
  106. "PACKAGE_NAME": "com.izouma.muye"
  107. },
  108. "cordova-plugin-wkwebview-engine": {
  109. "PACKAGE_NAME": "com.izouma.muye"
  110. },
  111. "cordova-plugin-multidex": {
  112. "PACKAGE_NAME": "com.izouma.muye"
  113. },
  114. "cordova-plugin-remote-injection": {
  115. "PACKAGE_NAME": "com.izouma.muye"
  116. },
  117. "cordova-plugin-camera": {
  118. "PACKAGE_NAME": "com.izouma.muye"
  119. },
  120. "cordova-plugin-handheld": {
  121. "PACKAGE_NAME": "com.izouma.muye"
  122. },
  123. "cordova-plugin-x-toast": {
  124. "PACKAGE_NAME": "com.izouma.muye"
  125. }
  126. },
  127. "dependent_plugins": {},
  128. "modules": [
  129. {
  130. "id": "cordova-plugin-camera.Camera",
  131. "file": "plugins/cordova-plugin-camera/www/CameraConstants.js",
  132. "pluginId": "cordova-plugin-camera",
  133. "clobbers": [
  134. "Camera"
  135. ]
  136. },
  137. {
  138. "id": "cordova-plugin-camera.CameraPopoverOptions",
  139. "file": "plugins/cordova-plugin-camera/www/CameraPopoverOptions.js",
  140. "pluginId": "cordova-plugin-camera",
  141. "clobbers": [
  142. "CameraPopoverOptions"
  143. ]
  144. },
  145. {
  146. "id": "cordova-plugin-camera.camera",
  147. "file": "plugins/cordova-plugin-camera/www/Camera.js",
  148. "pluginId": "cordova-plugin-camera",
  149. "clobbers": [
  150. "navigator.camera"
  151. ]
  152. },
  153. {
  154. "id": "cordova-plugin-camera.CameraPopoverHandle",
  155. "file": "plugins/cordova-plugin-camera/www/CameraPopoverHandle.js",
  156. "pluginId": "cordova-plugin-camera",
  157. "clobbers": [
  158. "CameraPopoverHandle"
  159. ]
  160. },
  161. {
  162. "id": "cordova-plugin-handheld.Handheld",
  163. "file": "plugins/cordova-plugin-handheld/www/Handheld.js",
  164. "pluginId": "cordova-plugin-handheld",
  165. "clobbers": [
  166. "Handheld"
  167. ]
  168. },
  169. {
  170. "id": "cordova-plugin-x-toast.Toast",
  171. "file": "plugins/cordova-plugin-x-toast/www/Toast.js",
  172. "pluginId": "cordova-plugin-x-toast",
  173. "clobbers": [
  174. "window.plugins.toast"
  175. ]
  176. }
  177. ],
  178. "plugin_metadata": {
  179. "cordova-plugin-whitelist": "1.3.3",
  180. "cordova-plugin-wkwebview-engine": "1.1.4",
  181. "cordova-plugin-multidex": "0.1.2",
  182. "cordova-plugin-remote-injection": "0.5.2",
  183. "cordova-plugin-camera": "4.0.3",
  184. "cordova-plugin-handheld": "1.0.0",
  185. "cordova-plugin-x-toast": "2.6.2"
  186. }
  187. }