|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328 |
- <?xml version="1.0" encoding="utf-8"?>
- <manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.panaux.customer"
- android:versionCode="2"
- android:versionName="1.1" >
-
- <uses-sdk
- android:minSdkVersion="21"
- android:targetSdkVersion="30" />
-
- <uses-permission android:name="android.permission.INTERNET" />
- <uses-permission android:name="android.permission.CAMERA" />
- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
- <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
- <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
- <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
- <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
- <uses-permission android:name="android.permission.VIBRATE" />
- <uses-permission android:name="android.permission.RECORD_AUDIO" />
- <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
-
- <permission
- android:name="android.permission.ACCESS_COARSE_LOCATION"
- android:protectionLevel="signature" />
- <permission
- android:name="android.permission.ACCESS_FINE_LOCATION"
- android:protectionLevel="signature" />
-
- <uses-feature
- android:name="android.hardware.camera"
- android:required="true" />
- <uses-feature
- android:name="android.hardware.camera.autofocus"
- android:required="true" />
- <uses-feature
- android:name="android.hardware.microphone"
- android:required="false" />
- <uses-feature
- android:glEsVersion="0x00020000"
- android:required="true" />
-
- <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
- <uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
- <uses-permission android:name="android.permission.READ_PHONE_STATE" />
- <uses-permission android:name="android.permission.BLUETOOTH" />
- <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
- <uses-permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE" />
- <uses-permission android:name="android.permission.DISABLE_KEYGUARD" /> <!-- Required by older versions of Google Play services to create GCM registration tokens -->
- <uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
- <uses-permission android:name="android.permission.WAKE_LOCK" />
- <uses-permission android:name="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE" />
-
- <application
- android:name="com.panaux.customer.MainApplication"
- android:allowBackup="false"
- android:appComponentFactory="androidx.core.app.CoreComponentFactory"
- android:icon="@mipmap/ic_launcher"
- android:label="@string/app_name"
- android:largeHeap="true"
- android:networkSecurityConfig="@xml/network_security_config"
- android:requestLegacyExternalStorage="true"
- android:roundIcon="@mipmap/ic_launcher_round"
- android:theme="@style/AppTheme"
- android:usesCleartextTraffic="true" >
- <service
- android:name="com.hoxfon.react.TwilioVoice.fcm.VoiceFirebaseInstanceIDService"
- android:exported="false" >
- <intent-filter>
- <action android:name="com.google.android.gms.iid.InstanceID" />
- </intent-filter>
- </service>
-
- <meta-data
- android:name="com.google.android.geo.API_KEY"
- android:value="AIzaSyB_mBINSZ5m6dVyK6ANTLoEhkZq1nH9dG8" />
-
- <uses-library
- android:name="org.apache.http.legacy"
- android:required="false" />
-
- <meta-data
- android:name="com.google.firebase.messaging.default_notification_icon"
- android:resource="@mipmap/ic_launcher" />
-
- <activity
- android:name="com.panaux.customer.MainActivity"
- android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode"
- android:label="@string/app_name"
- android:launchMode="singleTask"
- android:windowSoftInputMode="adjustResize" >
- <intent-filter>
- <action android:name="android.intent.action.MAIN" />
-
- <category android:name="android.intent.category.LAUNCHER" />
- </intent-filter>
- </activity>
- <activity android:name="com.facebook.react.devsupport.DevSettingsActivity" />
-
- <service android:name="com.quickblox.reactnative.webrtc.WebRTCCallService" />
-
- <provider
- android:name="com.imagepicker.FileProvider"
- android:authorities="com.panaux.customer.provider"
- android:exported="false"
- android:grantUriPermissions="true" >
- <meta-data
- android:name="android.support.FILE_PROVIDER_PATHS"
- android:resource="@xml/provider_paths" />
- </provider>
-
- <activity
- android:name="com.razorpay.CheckoutActivity"
- android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
- android:theme="@style/CheckoutTheme" >
- <intent-filter>
- <action android:name="android.intent.action.MAIN" />
-
- <data
- android:host="rzp.io"
- android:scheme="io.rzp" />
- </intent-filter>
- </activity>
-
- <service
- android:name="com.quickblox.messages.services.SubscribeTaskManager"
- android:exported="true"
- android:permission="com.google.android.gms.permission.BIND_NETWORK_TASK_SERVICE" >
- <intent-filter>
- <action android:name="com.google.android.gms.gcm.ACTION_TASK_READY" />
- </intent-filter>
- </service>
- <service
- android:name="com.quickblox.messages.services.SubscribeService"
- android:exported="false"
- android:permission="android.permission.BIND_JOB_SERVICE" >
- </service>
- <service
- android:name="com.google.firebase.components.ComponentDiscoveryService"
- android:directBootAware="true"
- android:exported="false" >
- <meta-data
- android:name="com.google.firebase.components:com.google.firebase.analytics.connector.internal.AnalyticsConnectorRegistrar"
- android:value="com.google.firebase.components.ComponentRegistrar" />
- <meta-data
- android:name="com.google.firebase.components:com.google.firebase.messaging.FirebaseMessagingRegistrar"
- android:value="com.google.firebase.components.ComponentRegistrar" />
- <meta-data
- android:name="com.google.firebase.components:com.google.firebase.iid.Registrar"
- android:value="com.google.firebase.components.ComponentRegistrar" />
- <meta-data
- android:name="com.google.firebase.components:com.google.firebase.datatransport.TransportRegistrar"
- android:value="com.google.firebase.components.ComponentRegistrar" />
- </service>
- <!--
- FirebaseMessagingService performs security checks at runtime,
- but set to not exported to explicitly avoid allowing another app to call it.
- -->
- <service
- android:name="com.google.firebase.messaging.FirebaseMessagingService"
- android:exported="false" >
- <intent-filter android:priority="-500" >
- <action android:name="com.google.firebase.MESSAGING_EVENT" />
- </intent-filter>
- </service>
-
- <receiver
- android:name="com.google.firebase.iid.FirebaseInstanceIdReceiver"
- android:exported="true"
- android:permission="com.google.android.c2dm.permission.SEND" >
- <intent-filter>
- <action android:name="com.google.android.c2dm.intent.RECEIVE" />
- </intent-filter>
- </receiver>
-
- <activity
- android:name="com.google.android.gms.common.api.GoogleApiActivity"
- android:exported="false"
- android:theme="@android:style/Theme.Translucent.NoTitleBar" />
-
- <service
- android:name="com.google.android.datatransport.runtime.backends.TransportBackendDiscovery"
- android:exported="false" >
- <meta-data
- android:name="backend:com.google.android.datatransport.cct.CctBackendFactory"
- android:value="cct" />
- </service>
- <service
- android:name="com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSchedulerService"
- android:exported="false"
- android:permission="android.permission.BIND_JOB_SERVICE" >
- </service>
-
- <receiver
- android:name="com.google.android.datatransport.runtime.scheduling.jobscheduling.AlarmManagerSchedulerBroadcastReceiver"
- android:exported="false" />
- <receiver
- android:name="com.google.android.gms.measurement.AppMeasurementReceiver"
- android:enabled="true"
- android:exported="false" >
- </receiver>
- <receiver
- android:name="com.google.android.gms.measurement.AppMeasurementInstallReferrerReceiver"
- android:enabled="true"
- android:exported="true"
- android:permission="android.permission.INSTALL_PACKAGES" >
- <intent-filter>
- <action android:name="com.android.vending.INSTALL_REFERRER" />
- </intent-filter>
- </receiver>
-
- <service
- android:name="com.google.android.gms.measurement.AppMeasurementService"
- android:enabled="true"
- android:exported="false" />
- <service
- android:name="com.google.android.gms.measurement.AppMeasurementJobService"
- android:enabled="true"
- android:exported="false"
- android:permission="android.permission.BIND_JOB_SERVICE" />
-
- <provider
- android:name="androidx.work.impl.WorkManagerInitializer"
- android:authorities="com.panaux.customer.workmanager-init"
- android:directBootAware="false"
- android:exported="false"
- android:multiprocess="true" />
-
- <service
- android:name="androidx.work.impl.background.systemalarm.SystemAlarmService"
- android:directBootAware="false"
- android:enabled="@bool/enable_system_alarm_service_default"
- android:exported="false" />
- <service
- android:name="androidx.work.impl.background.systemjob.SystemJobService"
- android:directBootAware="false"
- android:enabled="@bool/enable_system_job_service_default"
- android:exported="true"
- android:permission="android.permission.BIND_JOB_SERVICE" />
-
- <receiver
- android:name="androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver"
- android:directBootAware="false"
- android:enabled="true"
- android:exported="false" />
- <receiver
- android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy"
- android:directBootAware="false"
- android:enabled="false"
- android:exported="false" >
- <intent-filter>
- <action android:name="android.intent.action.ACTION_POWER_CONNECTED" />
- <action android:name="android.intent.action.ACTION_POWER_DISCONNECTED" />
- </intent-filter>
- </receiver>
- <receiver
- android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy"
- android:directBootAware="false"
- android:enabled="false"
- android:exported="false" >
- <intent-filter>
- <action android:name="android.intent.action.BATTERY_OKAY" />
- <action android:name="android.intent.action.BATTERY_LOW" />
- </intent-filter>
- </receiver>
- <receiver
- android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy"
- android:directBootAware="false"
- android:enabled="false"
- android:exported="false" >
- <intent-filter>
- <action android:name="android.intent.action.DEVICE_STORAGE_LOW" />
- <action android:name="android.intent.action.DEVICE_STORAGE_OK" />
- </intent-filter>
- </receiver>
- <receiver
- android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy"
- android:directBootAware="false"
- android:enabled="false"
- android:exported="false" >
- <intent-filter>
- <action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
- </intent-filter>
- </receiver>
- <receiver
- android:name="androidx.work.impl.background.systemalarm.RescheduleReceiver"
- android:directBootAware="false"
- android:enabled="false"
- android:exported="false" >
- <intent-filter>
- <action android:name="android.intent.action.BOOT_COMPLETED" />
- <action android:name="android.intent.action.TIME_SET" />
- <action android:name="android.intent.action.TIMEZONE_CHANGED" />
- </intent-filter>
- </receiver>
- <receiver
- android:name="androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver"
- android:directBootAware="false"
- android:enabled="@bool/enable_system_alarm_service_default"
- android:exported="false" >
- <intent-filter>
- <action android:name="androidx.work.impl.background.systemalarm.UpdateProxies" />
- </intent-filter>
- </receiver>
-
- <provider
- android:name="com.google.firebase.provider.FirebaseInitProvider"
- android:authorities="com.panaux.customer.firebaseinitprovider"
- android:exported="false"
- android:initOrder="100" />
-
- <meta-data
- android:name="com.google.android.gms.version"
- android:value="@integer/google_play_services_version" />
-
- <provider
- android:name="androidx.lifecycle.ProcessLifecycleOwnerInitializer"
- android:authorities="com.panaux.customer.lifecycle-process"
- android:exported="false"
- android:multiprocess="true" />
-
- <receiver android:name="com.razorpay.RzpTokenReceiver" >
- <intent-filter>
- <action android:name="rzp.device_token.share" />
- </intent-filter>
- </receiver>
- </application>
-
- </manifest>
|