add registerstoreuser

This commit is contained in:
shaulascr
2025-05-15 03:41:38 +07:00
parent b988a2e4bc
commit e71a39747c
11 changed files with 1751 additions and 10 deletions

View File

@ -29,6 +29,9 @@
android:theme="@style/Theme.Ecommerce_serang"
android:usesCleartextTraffic="true"
tools:targetApi="31">
<activity
android:name=".ui.auth.RegisterStoreActivity"
android:exported="false" />
<activity
android:name=".ui.profile.editprofile.EditProfileCustActivity"
android:exported="false" />
@ -64,7 +67,7 @@
<activity
android:name=".ui.profile.mystore.profile.shipping_service.ShippingServiceActivity"
android:exported="false"/>
android:exported="false" />
<activity
android:name=".ui.notif.NotificationActivity"
android:exported="false" />
@ -157,6 +160,7 @@
<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" />
@ -168,6 +172,4 @@
android:value="fcm_default_channel" />
</application>
</manifest>