2022-10-31 17:44:02 +08:00
|
|
|
<?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"
|
2022-12-06 18:29:36 +08:00
|
|
|
android:exported="true"
|
2022-10-31 17:44:02 +08:00
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
<activity
|
|
|
|
android:name=".activitys.maps.MapActivity"
|
|
|
|
android:launchMode="singleTop"
|
2022-12-06 18:29:36 +08:00
|
|
|
android:exported="true"
|
2022-10-31 17:44:02 +08:00
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
</application>
|
|
|
|
|
|
|
|
</manifest>
|