|
|
@@ -92,6 +92,7 @@
|
|
|
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
|
|
|
-->
|
|
|
<application
|
|
|
+
|
|
|
android:persistent="true"
|
|
|
android:name=".ApexTrackingApplication"
|
|
|
android:allowBackup="true"
|
|
|
@@ -169,10 +170,10 @@
|
|
|
android:label="@string/title_activity_direct_tracking" >
|
|
|
</activity>
|
|
|
-->
|
|
|
-
|
|
|
+ <!--android:launchMode="singleTask"-->
|
|
|
<activity
|
|
|
android:name=".mainframe.RootActivity"
|
|
|
- android:launchMode="singleTask"
|
|
|
+ android:launchMode="singleTop"
|
|
|
android:theme="@style/FixedActionbarTheme">
|
|
|
<intent-filter>
|
|
|
<action android:name="android.intent.action.MAIN" />
|