From 0319df43de1b8bc4bd7097aea442ed3e45cc6bf9 Mon Sep 17 00:00:00 2001 From: d34d Date: Thu, 22 Jan 2015 11:09:43 -0800 Subject: Disable launcher icon if Theme Store is installed This allows us to have one apk that can have a launcher icon if the Theme Store is not installed and if it is installed we can disable the theme chooser launcher icon. REF: CHOOSER-28 Change-Id: Id4c81ea7f68aa1491370d70fa29f3b5097e94488 --- AndroidManifest.xml | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 4b6d543..73e497a 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -27,6 +27,9 @@ + + + @@ -44,7 +47,6 @@ android:screenOrientation="sensorPortrait"> - @@ -53,16 +55,21 @@ - - - - - + + + + + + + @@ -82,6 +89,12 @@ + + + + + + -- cgit v1.1