summaryrefslogtreecommitdiffstats
path: root/fmapp
diff options
context:
space:
mode:
authorAyaz Ahmad <aahmad@codeaurora.org>2013-08-27 13:41:07 +0530
committerAyaz Ahmad <aahmad@codeaurora.org>2013-08-27 17:11:11 +0530
commit45b494b8acc84a038ea94ed45fbeb5ac5c4d14c6 (patch)
tree357ed349a8ecca34bc803ab6cba46b7ef897a8c2 /fmapp
parent54619fa6721b774c04be313f325f5fd031fd0dbf (diff)
downloadandroid_hardware_qcom_fm-45b494b8acc84a038ea94ed45fbeb5ac5c4d14c6.tar.gz
android_hardware_qcom_fm-45b494b8acc84a038ea94ed45fbeb5ac5c4d14c6.tar.bz2
android_hardware_qcom_fm-45b494b8acc84a038ea94ed45fbeb5ac5c4d14c6.zip
fm: Include FM RX/TX apps in recent app list
FM app is not found in recent app list when home key is long pressed. Allow activity manager to include FM app in recent app list CRs-Fixed: 525976 Change-Id: I8186327c25bb48dc398d062a192d2a3ed51d3adc
Diffstat (limited to 'fmapp')
-rw-r--r--fmapp/AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/fmapp/AndroidManifest.xml b/fmapp/AndroidManifest.xml
index 6c0f4f8..ab102cf 100644
--- a/fmapp/AndroidManifest.xml
+++ b/fmapp/AndroidManifest.xml
@@ -54,7 +54,7 @@
android:clearTaskOnLaunch="true"
android:taskAffinity=""
android:launchMode="singleTop"
- android:excludeFromRecents="true" >
+ android:excludeFromRecents="false" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
@@ -84,7 +84,7 @@
android:label="@string/tx_app_name"
android:clearTaskOnLaunch="true"
android:taskAffinity=""
- android:excludeFromRecents="true">
+ android:excludeFromRecents="false">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />