AndroidManifest.xml
382 Bytes
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.dayu.location">
<application
android:allowBackup="true"
android:label="@string/app_name"
android:supportsRtl="true">
<activity
android:name=".base.BaseMapActivity"
android:screenOrientation="portrait" />
</application>
</manifest>