From 45b494b8acc84a038ea94ed45fbeb5ac5c4d14c6 Mon Sep 17 00:00:00 2001 From: Ayaz Ahmad Date: Tue, 27 Aug 2013 13:41:07 +0530 Subject: 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 --- fmapp/AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fmapp') 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" > @@ -84,7 +84,7 @@ android:label="@string/tx_app_name" android:clearTaskOnLaunch="true" android:taskAffinity="" - android:excludeFromRecents="true"> + android:excludeFromRecents="false"> -- cgit v1.2.3