16 lines
543 B
XML
16 lines
543 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
package="com.tengshisoft.modulemap">
|
||
|
|
||
|
<application>
|
||
|
<activity
|
||
|
android:name=".activitys.maps.ShowIconMapActivity"
|
||
|
android:launchMode="singleTop"
|
||
|
android:screenOrientation="portrait" />
|
||
|
<activity
|
||
|
android:name=".activitys.maps.MapActivity"
|
||
|
android:launchMode="singleTop"
|
||
|
android:screenOrientation="portrait" />
|
||
|
</application>
|
||
|
|
||
|
</manifest>
|