mirror of
https://github.com/Nezumi-2711/PRM392.git
synced 2026-09-22 20:00:53 +00:00
Update Firebase ServerApp
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user