48 lines
1.9 KiB
XML
48 lines
1.9 KiB
XML
|
<?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:launchMode="singleTop"
|
||
|
android:screenOrientation="portrait" />
|
||
|
<activity
|
||
|
android:name=".activitys.PlaceOrderDetailActivity"
|
||
|
android:launchMode="singleTop"
|
||
|
android:screenOrientation="portrait" />
|
||
|
<activity
|
||
|
android:name=".activitys.PlaceOrderActivity"
|
||
|
android:launchMode="singleTop"
|
||
|
android:screenOrientation="portrait" />
|
||
|
<activity
|
||
|
android:name=".activitys.DIstineTicketActivity"
|
||
|
android:launchMode="singleTop"
|
||
|
android:screenOrientation="portrait" />
|
||
|
<activity
|
||
|
android:name=".activitys.DistineBookingActivity"
|
||
|
android:launchMode="singleTop"
|
||
|
android:screenOrientation="portrait" />
|
||
|
<activity
|
||
|
android:name=".activitys.DestineActivity"
|
||
|
android:launchMode="singleTop"
|
||
|
android:screenOrientation="portrait" />
|
||
|
<activity
|
||
|
android:name=".activitys.NoticeDetailActivity"
|
||
|
android:launchMode="singleTop"
|
||
|
android:screenOrientation="portrait" />
|
||
|
<activity
|
||
|
android:name=".activitys.PlaceSubjectDetailActivity"
|
||
|
android:launchMode="singleTop"
|
||
|
android:screenOrientation="portrait" />
|
||
|
<activity
|
||
|
android:name=".activitys.PlaceDetailActivity"
|
||
|
android:launchMode="singleTop"
|
||
|
android:screenOrientation="portrait" />
|
||
|
<activity
|
||
|
android:name=".activitys.PlaceListActivity"
|
||
|
android:launchMode="singleTop"
|
||
|
android:screenOrientation="portrait" />
|
||
|
</application>
|
||
|
|
||
|
</manifest>
|