|
|
@@ -1,7 +1,7 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
package="com.usai.apex"
|
|
|
- android:versionCode="11"
|
|
|
+ android:versionCode="12"
|
|
|
android:versionName="A180318"> <!-- Copied from Google Maps Library/AndroidManifest.xml. -->
|
|
|
<uses-sdk
|
|
|
android:minSdkVersion="14"
|
|
|
@@ -137,6 +137,7 @@
|
|
|
|
|
|
<activity
|
|
|
android:name=".DetailActivity"
|
|
|
+ android:screenOrientation="portrait"
|
|
|
android:label="@string/title_activity_detail"
|
|
|
android:theme="@style/DetailActionbarTheme">
|
|
|
|
|
|
@@ -174,6 +175,7 @@
|
|
|
<activity
|
|
|
android:name=".mainframe.RootActivity"
|
|
|
android:launchMode="singleTop"
|
|
|
+ android:screenOrientation="portrait"
|
|
|
android:theme="@style/FixedActionbarTheme">
|
|
|
<intent-filter>
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
@@ -208,12 +210,15 @@
|
|
|
android:label="@string/title_activity_customize_fields"
|
|
|
android:screenOrientation="portrait" />
|
|
|
<activity
|
|
|
+ android:screenOrientation="portrait"
|
|
|
android:name=".ResultActivity"
|
|
|
android:label="@string/title_activity_result" />
|
|
|
<activity
|
|
|
+ android:screenOrientation="portrait"
|
|
|
android:name=".LocationDetailActivity"
|
|
|
android:label="@string/title_activity_location_detail" />
|
|
|
<activity
|
|
|
+ android:screenOrientation="portrait"
|
|
|
android:name=".InnerMapActivity"
|
|
|
android:label="@string/title_activity_inner_map" />
|
|
|
<activity
|
|
|
@@ -250,6 +255,7 @@
|
|
|
android:screenOrientation="portrait" />
|
|
|
<activity
|
|
|
android:name=".WebActivity"
|
|
|
+ android:screenOrientation="portrait"
|
|
|
android:label="@string/title_activity_web" />
|
|
|
|
|
|
<receiver
|
|
|
@@ -268,6 +274,7 @@
|
|
|
</receiver>
|
|
|
|
|
|
<activity
|
|
|
+
|
|
|
android:name=".MessageDetailActivity"
|
|
|
android:label="@string/title_activity_message_detail"
|
|
|
android:screenOrientation="portrait" />
|
|
|
@@ -297,10 +304,12 @@
|
|
|
android:label="Apex Mobile Background Service" />
|
|
|
|
|
|
<activity
|
|
|
+ android:screenOrientation="portrait"
|
|
|
android:name=".saved.CheckSavedActivity"
|
|
|
android:theme="@style/FixedActionbarTheme"></activity>
|
|
|
>
|
|
|
<activity
|
|
|
+ android:screenOrientation="portrait"
|
|
|
android:name=".TestAppComActivity"
|
|
|
android:theme="@style/FixedActionbarTheme">
|
|
|
|