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
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" />