58 lines
2.2 KiB
XML
Executable File
58 lines
2.2 KiB
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.tengshisoft.moduleplace">
|
|
|
|
<application>
|
|
<activity
|
|
android:name=".activitys.PlaceDescActivity"
|
|
android:exported="true"
|
|
android:launchMode="singleTop"
|
|
android:screenOrientation="portrait" />
|
|
<activity
|
|
android:name=".activitys.PlaceOrderDetailActivity"
|
|
android:exported="true"
|
|
android:launchMode="singleTop"
|
|
android:screenOrientation="portrait" />
|
|
<activity
|
|
android:name=".activitys.PlaceOrderActivity"
|
|
android:exported="true"
|
|
android:launchMode="singleTop"
|
|
android:screenOrientation="portrait" />
|
|
<activity
|
|
android:name=".activitys.DIstineTicketActivity"
|
|
android:exported="true"
|
|
android:launchMode="singleTop"
|
|
android:screenOrientation="portrait" />
|
|
<activity
|
|
android:name=".activitys.DistineBookingActivity"
|
|
android:exported="true"
|
|
android:launchMode="singleTop"
|
|
android:screenOrientation="portrait" />
|
|
<activity
|
|
android:name=".activitys.DestineActivity"
|
|
android:exported="true"
|
|
android:launchMode="singleTop"
|
|
android:screenOrientation="portrait" />
|
|
<activity
|
|
android:name=".activitys.NoticeDetailActivity"
|
|
android:exported="true"
|
|
android:launchMode="singleTop"
|
|
android:screenOrientation="portrait" />
|
|
<activity
|
|
android:name=".activitys.PlaceSubjectDetailActivity"
|
|
android:exported="true"
|
|
android:launchMode="singleTop"
|
|
android:screenOrientation="portrait" />
|
|
<activity
|
|
android:name=".activitys.PlaceDetailActivity"
|
|
android:exported="true"
|
|
android:launchMode="singleTop"
|
|
android:screenOrientation="portrait" />
|
|
<activity
|
|
android:name=".activitys.PlaceListActivity"
|
|
android:exported="true"
|
|
android:launchMode="singleTop"
|
|
android:screenOrientation="portrait" />
|
|
</application>
|
|
|
|
</manifest> |