Files
MoGoEagleEye/OCH/taxi/unmanned-driver/src/main/AndroidManifest.xml

9 lines
386 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mogo.och.taxi">
<application>
<activity android:name=".ui.routing.TaxiRoutingChooseLineActivity"
android:theme="@style/RoutingChooseLineDialogStyle"
android:launchMode="singleTask"
android:screenOrientation="landscape" />
</application>
</manifest>