AndroidManifest.xml 404 Bytes
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.wd.location">

    <application>
        <activity
            android:name="com.wd.location.ChooseAddressActivity"
            android:exported="false"
            android:launchMode="singleTask"
            android:screenOrientation="portrait" />
    </application>
</manifest>