Show notification when order status change

This commit is contained in:
phanhuuloi27
2022-06-06 12:27:54 +07:00
parent 82c67f4b93
commit 9b09517c5e
7 changed files with 147 additions and 10 deletions
+6
View File
@@ -4,6 +4,7 @@
package="com.waterbase.foodify">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<application
android:allowBackup="true"
@@ -16,6 +17,11 @@
android:theme="@style/Theme.Foodify"
tools:replace="android:theme"
tools:targetApi="31">
<service
android:name=".Service.ListenOrder"
android:enabled="true"
android:exported="true"></service>
<activity
android:name=".OrderStatus"
android:exported="false" />