25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

AndroidManifest.xml 14 KiB

3 년 전
3 년 전
3 년 전
3 년 전
3 년 전
3 년 전
3 년 전
3 년 전
3 년 전
3 년 전
3 년 전
3 년 전
3 년 전
3 년 전
3 년 전
3 년 전
3 년 전
3 년 전
3 년 전
3 년 전
3 년 전
3 년 전
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  3. package="com.panaux.customer"
  4. android:versionCode="2"
  5. android:versionName="1.1" >
  6. <uses-sdk
  7. android:minSdkVersion="21"
  8. android:targetSdkVersion="30" />
  9. <uses-permission android:name="android.permission.INTERNET" />
  10. <uses-permission android:name="android.permission.CAMERA" />
  11. <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
  12. <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
  13. <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
  14. <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
  15. <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
  16. <uses-permission android:name="android.permission.VIBRATE" />
  17. <uses-permission android:name="android.permission.RECORD_AUDIO" />
  18. <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
  19. <permission
  20. android:name="android.permission.ACCESS_COARSE_LOCATION"
  21. android:protectionLevel="signature" />
  22. <permission
  23. android:name="android.permission.ACCESS_FINE_LOCATION"
  24. android:protectionLevel="signature" />
  25. <uses-feature
  26. android:name="android.hardware.camera"
  27. android:required="true" />
  28. <uses-feature
  29. android:name="android.hardware.camera.autofocus"
  30. android:required="true" />
  31. <uses-feature
  32. android:name="android.hardware.microphone"
  33. android:required="false" />
  34. <uses-feature
  35. android:glEsVersion="0x00020000"
  36. android:required="true" />
  37. <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
  38. <uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
  39. <uses-permission android:name="android.permission.READ_PHONE_STATE" />
  40. <uses-permission android:name="android.permission.BLUETOOTH" />
  41. <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
  42. <uses-permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE" />
  43. <uses-permission android:name="android.permission.DISABLE_KEYGUARD" /> <!-- Required by older versions of Google Play services to create GCM registration tokens -->
  44. <uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
  45. <uses-permission android:name="android.permission.WAKE_LOCK" />
  46. <uses-permission android:name="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE" />
  47. <application
  48. android:name="com.panaux.customer.MainApplication"
  49. android:allowBackup="false"
  50. android:appComponentFactory="androidx.core.app.CoreComponentFactory"
  51. android:icon="@mipmap/ic_launcher"
  52. android:label="@string/app_name"
  53. android:largeHeap="true"
  54. android:networkSecurityConfig="@xml/network_security_config"
  55. android:requestLegacyExternalStorage="true"
  56. android:roundIcon="@mipmap/ic_launcher_round"
  57. android:theme="@style/AppTheme"
  58. android:usesCleartextTraffic="true" >
  59. <service
  60. android:name="com.hoxfon.react.TwilioVoice.fcm.VoiceFirebaseInstanceIDService"
  61. android:exported="false" >
  62. <intent-filter>
  63. <action android:name="com.google.android.gms.iid.InstanceID" />
  64. </intent-filter>
  65. </service>
  66. <meta-data
  67. android:name="com.google.android.geo.API_KEY"
  68. android:value="AIzaSyB_mBINSZ5m6dVyK6ANTLoEhkZq1nH9dG8" />
  69. <uses-library
  70. android:name="org.apache.http.legacy"
  71. android:required="false" />
  72. <meta-data
  73. android:name="com.google.firebase.messaging.default_notification_icon"
  74. android:resource="@mipmap/ic_launcher" />
  75. <activity
  76. android:name="com.panaux.customer.MainActivity"
  77. android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode"
  78. android:label="@string/app_name"
  79. android:launchMode="singleTask"
  80. android:windowSoftInputMode="adjustResize" >
  81. <intent-filter>
  82. <action android:name="android.intent.action.MAIN" />
  83. <category android:name="android.intent.category.LAUNCHER" />
  84. </intent-filter>
  85. </activity>
  86. <activity android:name="com.facebook.react.devsupport.DevSettingsActivity" />
  87. <service android:name="com.quickblox.reactnative.webrtc.WebRTCCallService" />
  88. <provider
  89. android:name="com.imagepicker.FileProvider"
  90. android:authorities="com.panaux.customer.provider"
  91. android:exported="false"
  92. android:grantUriPermissions="true" >
  93. <meta-data
  94. android:name="android.support.FILE_PROVIDER_PATHS"
  95. android:resource="@xml/provider_paths" />
  96. </provider>
  97. <activity
  98. android:name="com.razorpay.CheckoutActivity"
  99. android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
  100. android:theme="@style/CheckoutTheme" >
  101. <intent-filter>
  102. <action android:name="android.intent.action.MAIN" />
  103. <data
  104. android:host="rzp.io"
  105. android:scheme="io.rzp" />
  106. </intent-filter>
  107. </activity>
  108. <service
  109. android:name="com.quickblox.messages.services.SubscribeTaskManager"
  110. android:exported="true"
  111. android:permission="com.google.android.gms.permission.BIND_NETWORK_TASK_SERVICE" >
  112. <intent-filter>
  113. <action android:name="com.google.android.gms.gcm.ACTION_TASK_READY" />
  114. </intent-filter>
  115. </service>
  116. <service
  117. android:name="com.quickblox.messages.services.SubscribeService"
  118. android:exported="false"
  119. android:permission="android.permission.BIND_JOB_SERVICE" >
  120. </service>
  121. <service
  122. android:name="com.google.firebase.components.ComponentDiscoveryService"
  123. android:directBootAware="true"
  124. android:exported="false" >
  125. <meta-data
  126. android:name="com.google.firebase.components:com.google.firebase.analytics.connector.internal.AnalyticsConnectorRegistrar"
  127. android:value="com.google.firebase.components.ComponentRegistrar" />
  128. <meta-data
  129. android:name="com.google.firebase.components:com.google.firebase.messaging.FirebaseMessagingRegistrar"
  130. android:value="com.google.firebase.components.ComponentRegistrar" />
  131. <meta-data
  132. android:name="com.google.firebase.components:com.google.firebase.iid.Registrar"
  133. android:value="com.google.firebase.components.ComponentRegistrar" />
  134. <meta-data
  135. android:name="com.google.firebase.components:com.google.firebase.datatransport.TransportRegistrar"
  136. android:value="com.google.firebase.components.ComponentRegistrar" />
  137. </service>
  138. <!--
  139. FirebaseMessagingService performs security checks at runtime,
  140. but set to not exported to explicitly avoid allowing another app to call it.
  141. -->
  142. <service
  143. android:name="com.google.firebase.messaging.FirebaseMessagingService"
  144. android:exported="false" >
  145. <intent-filter android:priority="-500" >
  146. <action android:name="com.google.firebase.MESSAGING_EVENT" />
  147. </intent-filter>
  148. </service>
  149. <receiver
  150. android:name="com.google.firebase.iid.FirebaseInstanceIdReceiver"
  151. android:exported="true"
  152. android:permission="com.google.android.c2dm.permission.SEND" >
  153. <intent-filter>
  154. <action android:name="com.google.android.c2dm.intent.RECEIVE" />
  155. </intent-filter>
  156. </receiver>
  157. <activity
  158. android:name="com.google.android.gms.common.api.GoogleApiActivity"
  159. android:exported="false"
  160. android:theme="@android:style/Theme.Translucent.NoTitleBar" />
  161. <service
  162. android:name="com.google.android.datatransport.runtime.backends.TransportBackendDiscovery"
  163. android:exported="false" >
  164. <meta-data
  165. android:name="backend:com.google.android.datatransport.cct.CctBackendFactory"
  166. android:value="cct" />
  167. </service>
  168. <service
  169. android:name="com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSchedulerService"
  170. android:exported="false"
  171. android:permission="android.permission.BIND_JOB_SERVICE" >
  172. </service>
  173. <receiver
  174. android:name="com.google.android.datatransport.runtime.scheduling.jobscheduling.AlarmManagerSchedulerBroadcastReceiver"
  175. android:exported="false" />
  176. <receiver
  177. android:name="com.google.android.gms.measurement.AppMeasurementReceiver"
  178. android:enabled="true"
  179. android:exported="false" >
  180. </receiver>
  181. <receiver
  182. android:name="com.google.android.gms.measurement.AppMeasurementInstallReferrerReceiver"
  183. android:enabled="true"
  184. android:exported="true"
  185. android:permission="android.permission.INSTALL_PACKAGES" >
  186. <intent-filter>
  187. <action android:name="com.android.vending.INSTALL_REFERRER" />
  188. </intent-filter>
  189. </receiver>
  190. <service
  191. android:name="com.google.android.gms.measurement.AppMeasurementService"
  192. android:enabled="true"
  193. android:exported="false" />
  194. <service
  195. android:name="com.google.android.gms.measurement.AppMeasurementJobService"
  196. android:enabled="true"
  197. android:exported="false"
  198. android:permission="android.permission.BIND_JOB_SERVICE" />
  199. <provider
  200. android:name="androidx.work.impl.WorkManagerInitializer"
  201. android:authorities="com.panaux.customer.workmanager-init"
  202. android:directBootAware="false"
  203. android:exported="false"
  204. android:multiprocess="true" />
  205. <service
  206. android:name="androidx.work.impl.background.systemalarm.SystemAlarmService"
  207. android:directBootAware="false"
  208. android:enabled="@bool/enable_system_alarm_service_default"
  209. android:exported="false" />
  210. <service
  211. android:name="androidx.work.impl.background.systemjob.SystemJobService"
  212. android:directBootAware="false"
  213. android:enabled="@bool/enable_system_job_service_default"
  214. android:exported="true"
  215. android:permission="android.permission.BIND_JOB_SERVICE" />
  216. <receiver
  217. android:name="androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver"
  218. android:directBootAware="false"
  219. android:enabled="true"
  220. android:exported="false" />
  221. <receiver
  222. android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy"
  223. android:directBootAware="false"
  224. android:enabled="false"
  225. android:exported="false" >
  226. <intent-filter>
  227. <action android:name="android.intent.action.ACTION_POWER_CONNECTED" />
  228. <action android:name="android.intent.action.ACTION_POWER_DISCONNECTED" />
  229. </intent-filter>
  230. </receiver>
  231. <receiver
  232. android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy"
  233. android:directBootAware="false"
  234. android:enabled="false"
  235. android:exported="false" >
  236. <intent-filter>
  237. <action android:name="android.intent.action.BATTERY_OKAY" />
  238. <action android:name="android.intent.action.BATTERY_LOW" />
  239. </intent-filter>
  240. </receiver>
  241. <receiver
  242. android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy"
  243. android:directBootAware="false"
  244. android:enabled="false"
  245. android:exported="false" >
  246. <intent-filter>
  247. <action android:name="android.intent.action.DEVICE_STORAGE_LOW" />
  248. <action android:name="android.intent.action.DEVICE_STORAGE_OK" />
  249. </intent-filter>
  250. </receiver>
  251. <receiver
  252. android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy"
  253. android:directBootAware="false"
  254. android:enabled="false"
  255. android:exported="false" >
  256. <intent-filter>
  257. <action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
  258. </intent-filter>
  259. </receiver>
  260. <receiver
  261. android:name="androidx.work.impl.background.systemalarm.RescheduleReceiver"
  262. android:directBootAware="false"
  263. android:enabled="false"
  264. android:exported="false" >
  265. <intent-filter>
  266. <action android:name="android.intent.action.BOOT_COMPLETED" />
  267. <action android:name="android.intent.action.TIME_SET" />
  268. <action android:name="android.intent.action.TIMEZONE_CHANGED" />
  269. </intent-filter>
  270. </receiver>
  271. <receiver
  272. android:name="androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver"
  273. android:directBootAware="false"
  274. android:enabled="@bool/enable_system_alarm_service_default"
  275. android:exported="false" >
  276. <intent-filter>
  277. <action android:name="androidx.work.impl.background.systemalarm.UpdateProxies" />
  278. </intent-filter>
  279. </receiver>
  280. <provider
  281. android:name="com.google.firebase.provider.FirebaseInitProvider"
  282. android:authorities="com.panaux.customer.firebaseinitprovider"
  283. android:exported="false"
  284. android:initOrder="100" />
  285. <meta-data
  286. android:name="com.google.android.gms.version"
  287. android:value="@integer/google_play_services_version" />
  288. <provider
  289. android:name="androidx.lifecycle.ProcessLifecycleOwnerInitializer"
  290. android:authorities="com.panaux.customer.lifecycle-process"
  291. android:exported="false"
  292. android:multiprocess="true" />
  293. <receiver android:name="com.razorpay.RzpTokenReceiver" >
  294. <intent-filter>
  295. <action android:name="rzp.device_token.share" />
  296. </intent-filter>
  297. </receiver>
  298. </application>
  299. </manifest>