mirror of
https://github.com/shaulascr/ecommerce_serang.git
synced 2025-08-10 09:22:21 +00:00
198 lines
8.4 KiB
XML
198 lines
8.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
|
|
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
|
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />
|
|
<uses-permission
|
|
android:name="android.permission.READ_EXTERNAL_STORAGE"
|
|
android:maxSdkVersion="32" />
|
|
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
|
|
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
|
|
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_DATA_SYNC" />
|
|
|
|
<application
|
|
android:name=".app.App"
|
|
android:allowBackup="true"
|
|
android:dataExtractionRules="@xml/data_extraction_rules"
|
|
android:enableOnBackInvokedCallback="true"
|
|
android:fullBackupContent="@xml/backup_rules"
|
|
android:icon="@mipmap/ic_launcher"
|
|
android:label="@string/app_name"
|
|
android:networkSecurityConfig="@xml/network_security_config"
|
|
android:roundIcon="@mipmap/ic_launcher_round"
|
|
android:supportsRtl="true"
|
|
android:theme="@style/Theme.Ecommerce_serang"
|
|
android:usesCleartextTraffic="true"
|
|
tools:targetApi="31">
|
|
<activity
|
|
android:name=".ui.product.listproduct.ListCategoryActivity"
|
|
android:exported="false" />
|
|
<activity
|
|
android:name=".ui.product.listproduct.ListProductActivity"
|
|
android:exported="false" />
|
|
<activity
|
|
android:name=".ui.profile.mystore.sells.DetailSellsActivity"
|
|
android:exported="false" />
|
|
<activity
|
|
android:name=".ui.product.category.CategoryProductsActivity"
|
|
android:exported="false" />
|
|
<activity
|
|
android:name=".ui.profile.mystore.chat.ChatListStoreActivity"
|
|
android:exported="false" />
|
|
<activity
|
|
android:name=".ui.product.storeDetail.StoreDetailActivity"
|
|
android:exported="false" />
|
|
<activity
|
|
android:name=".ui.auth.RegisterStoreActivity"
|
|
android:exported="false"
|
|
android:windowSoftInputMode="adjustResize" />
|
|
<activity
|
|
android:name=".ui.profile.editprofile.EditProfileCustActivity"
|
|
android:exported="false" />
|
|
<activity
|
|
android:name=".ui.order.history.detailorder.DetailOrderStatusActivity"
|
|
android:exported="false" />
|
|
<activity
|
|
android:name=".ui.order.review.CreateReviewActivity"
|
|
android:exported="false" />
|
|
<activity
|
|
android:name=".ui.profile.mystore.sells.shipment.ShipmentConfirmationActivity"
|
|
android:exported="false" />
|
|
<activity
|
|
android:name=".ui.profile.mystore.sells.shipment.DetailShipmentActivity"
|
|
android:exported="false" />
|
|
<activity
|
|
android:name=".ui.profile.mystore.sells.payment.DetailPaymentActivity"
|
|
android:exported="false" />
|
|
<activity
|
|
android:name=".ui.chat.ChatActivity"
|
|
android:exported="false"
|
|
android:windowSoftInputMode="adjustResize" /> <!-- <provider -->
|
|
<!-- android:name="androidx.startup.InitializationProvider" -->
|
|
<!-- android:authorities="${applicationId}.androidx-startup" -->
|
|
<!-- tools:node="remove" /> -->
|
|
<service
|
|
android:name=".ui.notif.SimpleWebSocketService"
|
|
android:enabled="true"
|
|
android:exported="false"
|
|
android:foregroundServiceType="dataSync" />
|
|
|
|
<activity
|
|
android:name=".ui.profile.mystore.chat.ChatStoreActivity"
|
|
android:exported="false"
|
|
android:windowSoftInputMode="adjustResize" />
|
|
<activity
|
|
android:name=".ui.profile.mystore.profile.shipping_service.ShippingServiceActivity"
|
|
android:exported="false" />
|
|
<activity
|
|
android:name=".ui.notif.NotificationActivity"
|
|
android:exported="false" />
|
|
<activity
|
|
android:name=".ui.order.detail.AddEvidencePaymentActivity"
|
|
android:exported="false" />
|
|
<activity
|
|
android:name=".ui.order.history.HistoryActivity"
|
|
android:exported="false" />
|
|
<activity
|
|
android:name=".ui.order.detail.PaymentActivity"
|
|
android:exported="false" />
|
|
<activity
|
|
android:name=".ui.cart.CartActivity"
|
|
android:exported="false" />
|
|
<activity
|
|
android:name=".ui.order.address.EditAddressActivity"
|
|
android:exported="false" />
|
|
<activity
|
|
android:name=".ui.order.address.AddAddressActivity"
|
|
android:exported="false"
|
|
android:windowSoftInputMode="adjustResize" />
|
|
<activity
|
|
android:name=".ui.order.address.AddressActivity"
|
|
android:exported="false" />
|
|
<activity
|
|
android:name=".ui.order.ShippingActivity"
|
|
android:exported="false" />
|
|
<activity
|
|
android:name=".ui.order.CheckoutActivity"
|
|
android:exported="false" />
|
|
<activity
|
|
android:name=".ui.profile.mystore.profile.payment_info.DetailPaymentInfoActivity"
|
|
android:exported="false" />
|
|
<activity
|
|
android:name=".ui.profile.mystore.profile.payment_info.PaymentInfoActivity"
|
|
android:exported="false" />
|
|
<activity
|
|
android:name=".ui.profile.mystore.profile.address.DetailStoreAddressActivity"
|
|
android:exported="false" />
|
|
<activity
|
|
android:name=".ui.profile.mystore.product.ProductActivity"
|
|
android:exported="false" />
|
|
<activity
|
|
android:name=".ui.product.ReviewProductActivity"
|
|
android:exported="false" />
|
|
<activity
|
|
android:name=".ui.profile.mystore.sells.SellsActivity"
|
|
android:exported="false" />
|
|
<activity
|
|
android:name=".ui.profile.mystore.balance.BalanceActivity"
|
|
android:exported="false" />
|
|
<activity
|
|
android:name=".ui.profile.mystore.balance.BalanceTopUpActivity"
|
|
android:exported="false" />
|
|
<activity
|
|
android:name=".ui.profile.mystore.product.DetailStoreProductActivity"
|
|
android:exported="false" />
|
|
<activity
|
|
android:name=".ui.profile.mystore.profile.DetailStoreProfileActivity"
|
|
android:exported="false" />
|
|
<activity
|
|
android:name=".ui.profile.mystore.MyStoreActivity"
|
|
android:exported="false" />
|
|
<activity
|
|
android:name=".ui.product.DetailProductActivity"
|
|
android:exported="false" />
|
|
<activity
|
|
android:name=".ui.auth.RegisterActivity"
|
|
android:exported="true"
|
|
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=".ui.auth.LoginActivity"
|
|
android:exported="false" />
|
|
<activity
|
|
android:name=".ui.profile.DetailProfileActivity"
|
|
android:exported="false" />
|
|
<activity
|
|
android:name=".ui.MainActivity"
|
|
android:exported="false" />
|
|
|
|
<service
|
|
android:name=".ui.notif.fcm.FCMService"
|
|
android:exported="false">
|
|
<intent-filter>
|
|
<action android:name="com.google.firebase.MESSAGING_EVENT" />
|
|
</intent-filter>
|
|
</service>
|
|
|
|
<meta-data
|
|
android:name="com.google.firebase.messaging.default_notification_icon"
|
|
android:resource="@drawable/outline_notifications_24" />
|
|
<meta-data
|
|
android:name="com.google.firebase.messaging.default_notification_color"
|
|
android:resource="@color/blue_500" />
|
|
<meta-data
|
|
android:name="com.google.firebase.messaging.default_notification_channel_id"
|
|
android:value="fcm_default_channel" />
|
|
</application>
|
|
|
|
</manifest> |