18 lines
615 B
XML
Executable File
18 lines
615 B
XML
Executable File
<?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:exported="true"
|
|
android:screenOrientation="portrait" />
|
|
<activity
|
|
android:name=".activitys.maps.MapActivity"
|
|
android:launchMode="singleTop"
|
|
android:exported="true"
|
|
android:screenOrientation="portrait" />
|
|
</application>
|
|
|
|
</manifest> |