mirror of
https://github.com/Nezumi-2711/PRM392.git
synced 2026-09-22 13:48:29 +00:00
Search all food
This commit is contained in:
@@ -20,19 +20,24 @@
|
||||
android:theme="@style/Theme.Foodify"
|
||||
tools:replace="android:theme"
|
||||
tools:targetApi="31">
|
||||
<activity
|
||||
android:name=".SearchActivity"
|
||||
android:exported="false"
|
||||
android:theme="@style/Theme.Foodify.NoActionBar" />
|
||||
<activity
|
||||
android:name=".OrderDetail"
|
||||
android:exported="true"
|
||||
android:launchMode="singleTask">
|
||||
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
<data android:scheme="demozpdk"
|
||||
android:host="app" />
|
||||
</intent-filter>
|
||||
|
||||
<data
|
||||
android:host="app"
|
||||
android:scheme="demozpdk" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".ShowComment"
|
||||
|
||||
Reference in New Issue
Block a user