Update Firebase ServerApp

This commit is contained in:
phanhuuloi27
2022-06-30 08:05:35 +07:00
parent 3f65237418
commit d2872f6b04
15 changed files with 357 additions and 83 deletions
@@ -16,6 +16,9 @@
android:supportsRtl="true"
android:theme="@style/Theme.FoodifyServer"
tools:targetApi="31">
<activity
android:name=".BannerActivity"
android:exported="false" />
<activity
android:name=".OrderDetail"
android:exported="false" />
@@ -71,7 +74,6 @@
<action android:name="com.google.firebase.INSTANCE_ID_EVENT" />
</intent-filter>
</service>
<service
android:name=".Service.MyFirebaseMessaging"
android:exported="false">
@@ -79,7 +81,6 @@
<action android:name="com.google.firebase.MESSAGING_EVENT" />
</intent-filter>
</service>
</application>
</manifest>