From 05dec7fc69cec0c3d154b3750a85ba1446ce9264 Mon Sep 17 00:00:00 2001 From: Alexandra Gherghina Date: Fri, 5 Sep 2014 11:42:51 +0100 Subject: [PATCH] Splits out ACTION_MAIN intent filter for Settings and doesn't forward it. This is required so that general queries for ACTION_MAIN apps do not get stuck with the IntentForwarderActivity. Bug: 17053933 Change-Id: Ie04e2b29f2467e14fd82d27c1e94d93eda90f4c1 --- AndroidManifest.xml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 58e7f7066e0..4ddb679a32e 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -86,15 +86,26 @@ android:label="@string/settings_label_launcher" android:launchMode="singleTask"> - - + + + + + + + + +