Notification when get new order / Delete Category & Food

This commit is contained in:
phanhuuloi27
2022-06-08 20:59:12 +07:00
parent 1c5b30eae9
commit 94967ca1c0
6 changed files with 145 additions and 4 deletions
@@ -5,6 +5,7 @@
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<application
android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules"
@@ -15,8 +16,14 @@
android:supportsRtl="true"
android:theme="@style/Theme.FoodifyServer"
tools:targetApi="31">
<uses-library android:name="org.apache.http.legacy" android:required="false"/>
<service
android:name=".Service.ListenOrder"
android:enabled="true"
android:exported="true"></service>
<uses-library
android:name="org.apache.http.legacy"
android:required="false" />
<!--
TODO: Before you run your application, you need a Google Maps API key.