edit store profile & topup

This commit is contained in:
Gracia Hotmauli
2025-05-12 16:50:31 +07:00
parent 5916b2494d
commit 4497300d12
20 changed files with 1906 additions and 128 deletions

View File

@ -29,6 +29,9 @@
android:theme="@style/Theme.Ecommerce_serang"
android:usesCleartextTraffic="true"
tools:targetApi="31">
<activity
android:name=".ui.profile.mystore.profile.EditStoreProfileActivity"
android:exported="false" />
<activity
android:name=".ui.profile.mystore.sells.shipment.DetailShipmentActivity"
android:exported="false" />
@ -40,8 +43,7 @@
android:exported="false" />
<activity
android:name=".ui.chat.ChatActivity"
android:exported="false" />
<!-- <provider -->
android:exported="false" /> <!-- <provider -->
<!-- android:name="androidx.startup.InitializationProvider" -->
<!-- android:authorities="${applicationId}.androidx-startup" -->
<!-- tools:node="remove" /> -->