summaryrefslogtreecommitdiffstats
path: root/fmapp
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2013-08-27 12:55:17 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2013-08-27 12:55:17 -0700
commit6316f4f44d8b121f6645aa565ee5749e4cc12345 (patch)
treed241d37954a82afabead091b0053532b24ece5e3 /fmapp
parentdffd88a61b76ef65991492c6d6a65e2d2cf08a26 (diff)
parent45b494b8acc84a038ea94ed45fbeb5ac5c4d14c6 (diff)
downloadandroid_hardware_qcom_fm-6316f4f44d8b121f6645aa565ee5749e4cc12345.tar.gz
android_hardware_qcom_fm-6316f4f44d8b121f6645aa565ee5749e4cc12345.tar.bz2
android_hardware_qcom_fm-6316f4f44d8b121f6645aa565ee5749e4cc12345.zip
Merge "fm: Include FM RX/TX apps in recent app list"
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" />