From d79778faf3180ec0db67e7a12e0871d39867565a Mon Sep 17 00:00:00 2001 From: bohu Date: Thu, 21 May 2015 08:16:14 -0700 Subject: [PATCH] Replace Launcher2 with Launcher3 Launcher2 is deprecated and should use Launcher3, as the latter can handle higher resolution devices (such as Nexus 6). Most importantly, Launcher3 is maintained. Change-Id: I3a80f242af2baaebe90af93794b0ba5e249dbc7d --- target/product/core.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/product/core.mk b/target/product/core.mk index 519dbb8ef..d27fb8e38 100644 --- a/target/product/core.mk +++ b/target/product/core.mk @@ -40,7 +40,7 @@ PRODUCT_PACKAGES += \ KeyChain \ Keyguard \ LatinIME \ - Launcher2 \ + Launcher3 \ ManagedProvisioning \ PicoTts \ PacProcessor \ -- 2.11.0