Skip to content
Snippets Groups Projects
Commit 734e279d authored by Ayaz Ahmad's avatar Ayaz Ahmad
Browse files

fm: Allow only one FM icon in recent list

Recent list displays more than two FM activity when
user press back key and launch FM from status bar

Change-Id: I081d9548231558c75539f2ea2f57dfc69bc627e0
CRs-Fixed: 546876
parent 156c2f8a
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
android:label="@string/app_name" android:label="@string/app_name"
android:clearTaskOnLaunch="true" android:clearTaskOnLaunch="true"
android:taskAffinity="" android:taskAffinity=""
android:launchMode="singleTop" android:launchMode="singleTask"
android:excludeFromRecents="false" > android:excludeFromRecents="false" >
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
android:label="@string/app_name" android:label="@string/app_name"
android:clearTaskOnLaunch="true" android:clearTaskOnLaunch="true"
android:taskAffinity="" android:taskAffinity=""
android:launchMode="singleTop" android:launchMode="singleTask"
android:excludeFromRecents="false" > android:excludeFromRecents="false" >
<intent-filter> <intent-filter>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment