summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--fmapp/AndroidManifest.xml4
-rw-r--r--fmapp2/AndroidManifest.xml6
2 files changed, 5 insertions, 5 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" />
diff --git a/fmapp2/AndroidManifest.xml b/fmapp2/AndroidManifest.xml
index b377b9d..8714078 100644
--- a/fmapp2/AndroidManifest.xml
+++ b/fmapp2/AndroidManifest.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- * Copyright (c) 2009, 2012, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2009, 2012-2013, The Linux Foundation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
@@ -55,7 +55,7 @@
android:clearTaskOnLaunch="true"
android:taskAffinity=""
android:launchMode="singleTop"
- android:excludeFromRecents="true" >
+ android:excludeFromRecents="false" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -89,7 +89,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" />