|
|
@@ -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="12"
|
|
|
+ android:versionCode="13"
|
|
|
android:versionName="A180318"> <!-- Copied from Google Maps Library/AndroidManifest.xml. -->
|
|
|
<uses-sdk
|
|
|
android:minSdkVersion="14"
|
|
|
@@ -100,6 +100,7 @@
|
|
|
<application
|
|
|
|
|
|
|
|
|
+
|
|
|
android:name=".ApexTrackingApplication"
|
|
|
android:allowBackup="true"
|
|
|
android:icon="@drawable/ic_launcher"
|
|
|
@@ -180,6 +181,7 @@
|
|
|
<!--android:launchMode="singleTask"-->
|
|
|
<activity
|
|
|
android:name=".mainframe.RootActivity"
|
|
|
+ android:configChanges="fontScale"
|
|
|
android:launchMode="singleTop"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/FixedActionbarTheme">
|
|
|
@@ -234,6 +236,7 @@
|
|
|
android:theme="@android:style/Theme.Holo.NoActionBar" />
|
|
|
<activity
|
|
|
android:name=".SearchListActivity"
|
|
|
+
|
|
|
android:label="@string/title_activity_search_list"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/SearchActionbarTheme"
|