AndroidManifest.xml
<?xml version="1.0" encoding="utf-8"?>
<manifest android:versionCode="1" android:versionName="1.0.0" android:compileSdkVersion="34" android:compileSdkVersionCodename="14" package="com.alper_yigit_test46_01.ATSMaster" platformBuildVersionCode="34" platformBuildVersionName="14"
xmlns:android="http://schemas.android.com/apk/res/android">
<uses-sdk android:minSdkVersion="26" android:targetSdkVersion="33" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" android:maxSdkVersion="30" />
<uses-permission android:name="android.permission.BLUETOOTH" android:maxSdkVersion="30" />
<uses-permission android:name="android.permission.BLUETOOTH_SCAN" android:usesPermissionFlags="0x00010000" />
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.CAMERA" android:required="true" />
<uses-permission android:name="android.permission.CALL_PHONE" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<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_WIFI_STATE" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_LOCATION" />
<uses-permission android:name="android.permission.NFC" />
<uses-feature android:name="android.hardware.camera.autofocus" />
<uses-feature android:name="android.hardware.camera" android:required="true" />
<uses-feature android:name="android.hardware.telephony" android:required="false" />
<queries>
<package android:name="com.android.chrome" />
<package android:name="com.azure.authenticator" />
<package android:name="com.microsoft.identity.testuserapp" />
<package android:name="com.microsoft.windowsintune.companyportal" />
<package android:name="com.microsoft.mockauthapp" />
<package android:name="com.microsoft.mockcp" />
<package android:name="com.microsoft.mockltw" />
<package android:name="com.microsoft.appmanager" />
<intent>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="https" />
</intent>
<intent>
<action android:name="android.support.customtabs.action.CustomTabsService" />
</intent>
<package android:name="com.google.android.apps.maps" />
</queries>
<uses-feature android:glEsVersion="0x00020000" android:required="true" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
<uses-permission android:name="android.permission.ACCESS_ADSERVICES_ATTRIBUTION" />
<uses-permission android:name="android.permission.ACCESS_ADSERVICES_AD_ID" />
<uses-permission android:name="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE" />
<permission android:name="com.alper_yigit_test46_01.ATSMaster.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" android:protectionLevel="signature" />
<uses-permission android:name="com.alper_yigit_test46_01.ATSMaster.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" />
<uses-feature android:name="android.hardware.camera.front" android:required="false" />
<uses-feature android:name="android.hardware.camera.flash" android:required="false" />
<uses-feature android:name="android.hardware.screen.landscape" android:required="false" />
<uses-feature android:name="android.hardware.wifi" android:required="false" />
<uses-feature android:name="android.hardware.usb.host" android:required="false" />
<uses-feature android:name="android.hardware.nfc" android:required="false" />
<application android:theme="@style/AppTheme.NoActionBar" android:label="ATSMaster" android:icon="@mipmap/ic_launcher" android:name="com.alper_yigit_test46_01.ATSMaster.KuikaApplication" android:debuggable="true" android:allowBackup="false" android:hardwareAccelerated="true" android:largeHeap="true" android:supportsRtl="true" android:extractNativeLibs="false" android:usesCleartextTraffic="false" android:roundIcon="@mipmap/ic_launcher_round" android:appComponentFactory="androidx.core.app.CoreComponentFactory">
<meta-data android:name="com.google.android.geo.API_KEY" android:value="@string/google_maps_key" />
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
<service android:name="com.alper_yigit_test46_01.ATSMaster.bases.services.NotificationService" android:enabled="true" android:exported="false">
<intent-filter>
<action android:name="com.google.firebase.MESSAGING_EVENT" />
</intent-filter>
</service>
<service android:name="com.alper_yigit_test46_01.ATSMaster.bases.services.AppDestroyedService" android:enabled="true" android:exported="false" android:stopWithTask="false" />
<service android:name="com.alper_yigit_test46_01.ATSMaster.bases.services.GpsTrackerService" android:enabled="true" android:exported="false" android:stopWithTask="true" android:foregroundServiceType="0x00000008" />
<provider android:name="androidx.core.content.FileProvider" android:exported="false" android:authorities="com.alper_yigit_test46_01.ATSMaster.provider" android:grantUriPermissions="true">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/provider_paths" />
</provider>
<activity android:name="com.alper_yigit_test46_01.ATSMaster.bases.components.BarcodeScannerActivity" android:screenOrientation="fullUser" />
<activity android:name="com.alper_yigit_test46_01.ATSMaster.bases.components.PdfViewerActivity" android:screenOrientation="fullUser" />
<activity android:name="com.alper_yigit_test46_01.ATSMaster.bases.components.ImagePincherActivity" android:screenOrientation="fullUser" android:configChanges="orientation|screenSize" android:windowSoftInputMode="adjustPan" />
<activity android:theme="@style/zxing_CaptureTheme" android:name="com.journeyapps.barcodescanner.CaptureActivity" android:clearTaskOnLaunch="true" android:stateNotNeeded="true" android:screenOrientation="fullUser" android:windowSoftInputMode="stateAlwaysHidden" />
<activity android:name="com.alper_yigit_test46_01.ATSMaster.bases.components.IyzicoPaymentViewActivity" android:screenOrientation="fullUser" android:configChanges="orientation|screenSize" android:windowSoftInputMode="adjustResize|stateVisible" android:hardwareAccelerated="true" />
<activity android:name="com.alper_yigit_test46_01.ATSMaster.ForgotPasswordActivity" android:screenOrientation="fullUser" android:configChanges="orientation|screenSize" android:windowSoftInputMode="adjustResize|stateVisible" android:hardwareAccelerated="true" />
<activity android:name="com.alper_yigit_test46_01.ATSMaster.LeftMenuActivity" android:screenOrientation="fullUser" android:configChanges="orientation|screenSize" android:windowSoftInputMode="adjustResize|stateVisible" android:hardwareAccelerated="true" />
<activity android:name="com.alper_yigit_test46_01.ATSMaster.HomePageActivity" android:screenOrientation="fullUser" android:configChanges="orientation|screenSize" android:windowSoftInputMode="adjustResize|stateVisible" android:hardwareAccelerated="true" />
<activity android:name="com.alper_yigit_test46_01.ATSMaster.SigninActivity" android:screenOrientation="fullUser" android:configChanges="orientation|screenSize" android:windowSoftInputMode="adjustResize|stateVisible" android:noHistory="true" android:hardwareAccelerated="true" />
<activity android:name="com.alper_yigit_test46_01.ATSMaster.ATS_ViewActivity" android:screenOrientation="fullUser" android:configChanges="orientation|screenSize" android:windowSoftInputMode="adjustResize|stateVisible" android:hardwareAccelerated="true" />
<activity android:name="com.alper_yigit_test46_01.ATSMaster.ResetPasswordActivity" android:screenOrientation="fullUser" android:configChanges="orientation|screenSize" android:windowSoftInputMode="adjustResize|stateVisible" android:hardwareAccelerated="true" />
<activity android:name="com.alper_yigit_test46_01.ATSMaster.VerificationCodeActivity" android:screenOrientation="fullUser" android:configChanges="orientation|screenSize" android:windowSoftInputMode="adjustResize|stateVisible" android:hardwareAccelerated="true" />
<activity android:name="com.alper_yigit_test46_01.ATSMaster.ATS_FormActivity" android:screenOrientation="fullUser" android:configChanges="orientation|screenSize" android:windowSoftInputMode="adjustResize|stateVisible" android:hardwareAccelerated="true" />
<activity android:name="com.alper_yigit_test46_01.ATSMaster.SignupActivity" android:screenOrientation="fullUser" android:configChanges="orientation|screenSize" android:windowSoftInputMode="adjustResize|stateVisible" android:hardwareAccelerated="true" />
<activity android:name="com.alper_yigit_test46_01.ATSMaster.ATS_ListActivity" android:exported="true" android:launchMode="singleTop" android:screenOrientation="fullUser" android:hardwareAccelerated="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="https" android:host="alper-yigit-test46-01-atsmaster-api.test7.kuika.com" android:pathPrefix="/" />
</intent-filter>
</activity>
<activity android:theme="@style/Theme.AppCompat.Light.NoActionBar" android:name="com.yalantis.ucrop.UCropActivity" android:screenOrientation="portrait" />
<activity android:name="com.microsoft.identity.client.BrowserTabActivity" android:exported="true" android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="msauth" android:host="com.alper_yigit_test46_01.ATSMaster" android:path="/TkAOBJXCiWTEf0RuTEqcTmjxSz8=" />
</intent-filter>
</activity>
<activity android:name="com.alper_yigit_test46_01.ATSMaster.KuikaNotificationActivity" android:exported="false" android:launchMode="singleTop" android:screenOrientation="fullUser" android:configChanges="orientation|screenSize" android:windowSoftInputMode="adjustResize|stateVisible" android:hardwareAccelerated="true" />
<activity android:name="com.alper_yigit_test46_01.ATSMaster.KuikaWebViewActivity" android:exported="false" android:screenOrientation="fullUser" android:configChanges="orientation|screenSize" android:windowSoftInputMode="adjustResize|stateVisible" android:hardwareAccelerated="true" />
<activity android:name="com.alper_yigit_test46_01.ATSMaster.bases.components.NFCReaderActivity" android:exported="false" android:screenOrientation="fullUser" android:configChanges="orientation|screenSize" android:windowSoftInputMode="adjustResize|stateVisible" android:hardwareAccelerated="true" />
<activity android:theme="@style/StripePaymentSheetDefaultTheme" android:name="com.stripe.android.paymentsheet.PaymentSheetActivity" android:exported="false" />
<activity android:theme="@style/StripePaymentSheetDefaultTheme" android:name="com.stripe.android.paymentsheet.PaymentOptionsActivity" android:exported="false" />
<activity android:theme="@style/StripeDefaultTheme" android:name="com.stripe.android.view.AddPaymentMethodActivity" android:exported="false" />
<activity android:theme="@style/StripeDefaultTheme" android:name="com.stripe.android.view.PaymentMethodsActivity" android:exported="false" />
<activity android:theme="@style/StripeDefaultTheme" android:name="com.stripe.android.view.PaymentFlowActivity" android:exported="false" />
<activity android:theme="@style/StripeDefaultTheme" android:name="com.stripe.android.view.PaymentAuthWebViewActivity" android:exported="false" android:windowSoftInputMode="adjustResize" />
<activity android:theme="@style/StripeTransparentTheme" android:name="com.stripe.android.view.PaymentRelayActivity" android:exported="false" />
<activity android:theme="@style/StripeTransparentTheme" android:name="com.stripe.android.payments.StripeBrowserLauncherActivity" android:exported="false" android:launchMode="singleTask" />
<activity android:theme="@style/StripeTransparentTheme" android:name="com.stripe.android.payments.StripeBrowserProxyReturnActivity" android:exported="true" android:launchMode="singleTask">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="stripesdk" android:host="payment_return_url" android:path="/com.alper_yigit_test46_01.ATSMaster" />
</intent-filter>
</activity>
<activity android:theme="@style/StripeDefaultTheme" android:name="com.stripe.android.payments.core.authentication.threeds2.Stripe3ds2TransactionActivity" android:exported="false" />
<activity android:theme="@style/StripeGooglePayDefaultTheme" android:name="com.stripe.android.googlepaylauncher.StripeGooglePayActivity" android:exported="false" />
<activity android:theme="@style/StripeGooglePayDefaultTheme" android:name="com.stripe.android.googlepaylauncher.GooglePayLauncherActivity" android:exported="false" />
<activity android:theme="@style/StripeGooglePayDefaultTheme" android:name="com.stripe.android.googlepaylauncher.GooglePayPaymentMethodLauncherActivity" android:exported="false" />
<activity android:theme="@style/PayLauncherDefaultTheme" android:name="com.stripe.android.payments.paymentlauncher.PaymentLauncherConfirmationActivity" android:exported="false" />
<activity android:theme="@style/Stripe3DS2Theme" android:name="com.stripe.android.stripe3ds2.views.ChallengeActivity" android:exported="false" />
<service android:name="androidx.room.MultiInstanceInvalidationService" android:exported="false" android:directBootAware="true" />
<activity android:name="com.microsoft.identity.common.internal.providers.oauth2.AuthorizationActivity" android:exported="false" android:launchMode="singleTask" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize" />
<activity android:name="com.microsoft.identity.common.internal.providers.oauth2.CurrentTaskAuthorizationActivity" android:exported="false" android:launchMode="standard" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize" />
<activity android:name="com.microsoft.identity.client.helper.BrokerHelperActivity" android:exported="false" android:launchMode="standard" />
<activity android:name="com.microsoft.identity.client.CurrentTaskBrowserTabActivity" android:exported="true" />
<activity android:name="com.microsoft.identity.common.internal.broker.BrokerActivity" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize" />
<activity android:theme="@style/Theme.AppCompat.Light" android:name="com.microsoft.identity.common.internal.broker.InstallCertActivityLauncher" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize" />
<activity android:theme="@style/PlacesAutocompleteOverlay" android:label="@string/places_autocomplete_label" android:name="com.google.android.libraries.places.widget.AutocompleteActivity" android:exported="false" android:windowSoftInputMode="adjustResize" />
<provider android:name="androidx.startup.InitializationProvider" android:exported="false" android:authorities="com.alper_yigit_test46_01.ATSMaster.androidx-startup">
<meta-data android:name="androidx.emoji2.text.EmojiCompatInitializer" android:value="androidx.startup" />
<meta-data android:name="androidx.lifecycle.ProcessLifecycleInitializer" android:value="androidx.startup" />
<meta-data android:name="androidx.profileinstaller.ProfileInstallerInitializer" android:value="androidx.startup" />
</provider>
<uses-library android:name="org.apache.http.legacy" android:required="false" />
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.google.android.gms.auth.api.signin.internal.SignInHubActivity" android:exported="false" android:excludeFromRecents="true" />
<service android:name="com.google.android.gms.auth.api.signin.RevocationBoundService" android:permission="com.google.android.gms.auth.api.signin.permission.REVOCATION_NOTIFICATION" android:exported="true" android:visibleToInstantApps="true" />
<receiver android:name="com.google.firebase.iid.FirebaseInstanceIdReceiver" android:permission="com.google.android.c2dm.permission.SEND" android:exported="true">
<intent-filter>
<action android:name="com.google.android.c2dm.intent.RECEIVE" />
</intent-filter>
<meta-data android:name="com.google.android.gms.cloudmessaging.FINISHED_AFTER_HANDLED" android:value="true" />
</receiver>
<service android:name="com.google.firebase.messaging.FirebaseMessagingService" android:exported="false" android:directBootAware="true">
<intent-filter android:priority="-500">
<action android:name="com.google.firebase.MESSAGING_EVENT" />
</intent-filter>
</service>
<service android:name="com.google.firebase.components.ComponentDiscoveryService" android:exported="false" android:directBootAware="true">
<meta-data android:name="com.google.firebase.components:com.google.firebase.messaging.FirebaseMessagingKtxRegistrar" 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.analytics.ktx.FirebaseAnalyticsLegacyRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
<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.installations.FirebaseInstallationsKtxRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
<meta-data android:name="com.google.firebase.components:com.google.firebase.installations.FirebaseInstallationsRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
<meta-data android:name="com.google.firebase.components:com.google.firebase.ktx.FirebaseCommonLegacyRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
<meta-data android:name="com.google.firebase.components:com.google.firebase.FirebaseCommonKtxRegistrar" 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>
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.google.android.gms.common.api.GoogleApiActivity" android:exported="false" />
<property android:name="android.adservices.AD_SERVICES_CONFIG" android:resource="@xml/ga_ad_services_config" />
<provider android:name="com.google.firebase.provider.FirebaseInitProvider" android:exported="false" android:authorities="com.alper_yigit_test46_01.ATSMaster.firebaseinitprovider" android:initOrder="100" android:directBootAware="true" />
<uses-library android:name="androidx.window.extensions" android:required="false" />
<uses-library android:name="androidx.window.sidecar" android:required="false" />
<receiver android:name="com.google.android.gms.measurement.AppMeasurementReceiver" android:enabled="true" android:exported="false" />
<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:permission="android.permission.BIND_JOB_SERVICE" android:enabled="true" android:exported="false" />
<uses-library android:name="android.ext.adservices" android:required="false" />
<provider android:name="com.squareup.picasso.PicassoProvider" android:exported="false" android:authorities="com.alper_yigit_test46_01.ATSMaster.com.squareup.picasso" />
<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:permission="android.permission.BIND_JOB_SERVICE" android:exported="false" />
<receiver android:name="com.google.android.datatransport.runtime.scheduling.jobscheduling.AlarmManagerSchedulerBroadcastReceiver" android:exported="false" />
<receiver android:name="androidx.profileinstaller.ProfileInstallReceiver" android:permission="android.permission.DUMP" android:enabled="true" android:exported="true" android:directBootAware="false">
<intent-filter>
<action android:name="androidx.profileinstaller.action.INSTALL_PROFILE" />
</intent-filter>
<intent-filter>
<action android:name="androidx.profileinstaller.action.SKIP_FILE" />
</intent-filter>
<intent-filter>
<action android:name="androidx.profileinstaller.action.SAVE_PROFILE" />
</intent-filter>
<intent-filter>
<action android:name="androidx.profileinstaller.action.BENCHMARK_OPERATION" />
</intent-filter>
</receiver>
<meta-data android:name="aia-compat-api-min-version" android:value="1" />
<activity android:theme="@style/YubiKitPromptDialogTheme" android:label="@string/yubikit_otp_activity_title" android:name="com.yubico.yubikit.android.ui.OtpActivity" android:excludeFromRecents="true" />
<activity android:theme="@style/YubiKitPromptDialogTheme" android:label="@string/yubikit_prompt_activity_title" android:name="com.yubico.yubikit.android.ui.YubiKeyPromptActivity" android:excludeFromRecents="true" />
</application>
</manifest>