From 164643fa6122063c1de728b22eb8d3754e6657cb Mon Sep 17 00:00:00 2001 From: Nick Alexander Date: Mon, 21 Mar 2016 13:42:08 -0700 Subject: [PATCH] Bug 1256615 - Partially restore removed . r=sebastian Bug 1242213 removed the entire . Sadly, users who added the Firefox icon to their dock (for example, Samsung's Touchwiz dock) will see the icon disappear when they upgrade, because the intent filter disappears. (That is, the icon is connected to .App and action MAIN, not to the package and action MAIN.) This patch restores the .App for action MAIN. It doesn't add the launcher and other categories, which could lead to multiple launcher icons. New users that add the Firefox icon to their dock will use .BrowserApp, but sadly we'll need to maintain this alias essentially forever to support existing dock icons. MozReview-Commit-ID: 1o9XS5MEs1s --HG-- extra : rebase_source : 8f4e1321da475bf2dcfca88c5807bf26c940b1c5 extra : amend_source : 3429ff0eaec0edb02e5e47678252bf5a2de74d3f --- mobile/android/base/AndroidManifest.xml.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/mobile/android/base/AndroidManifest.xml.in b/mobile/android/base/AndroidManifest.xml.in index b55d97c524d1..513ca5e9e1b4 100644 --- a/mobile/android/base/AndroidManifest.xml.in +++ b/mobile/android/base/AndroidManifest.xml.in @@ -141,6 +141,18 @@ + + + + + + + +