update payment and add evidence

This commit is contained in:
shaulascr
2025-05-29 16:39:50 +07:00
committed by Gracia Hotmauli
parent 7d9f2b4d2f
commit 968292a35a
13 changed files with 862 additions and 171 deletions

View File

@ -29,6 +29,9 @@
android:theme="@style/Theme.Ecommerce_serang"
android:usesCleartextTraffic="true"
tools:targetApi="31">
<activity
android:name=".ui.product.category.CategoryProductsActivity"
android:exported="false" />
<activity
android:name=".ui.profile.mystore.chat.ChatListStoreActivity"
android:exported="false" />
@ -76,11 +79,11 @@
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" />