Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steven676/7277173 to your computer and use it in GitHub Desktop.
Save steven676/7277173 to your computer and use it in GitHub Desktop.
[PATCH] Use new Launcher3 in place of old launcher in device builds (against android-4.4_r1 build/)
From 7b3cfce46e722082465a513dc54092f0bc08e408 Mon Sep 17 00:00:00 2001
From: Steven Luo <steven+android@steven676.net>
Date: Sat, 2 Nov 2013 02:28:52 -0700
Subject: [PATCH] Use new Launcher3 in place of old launcher in device builds
Change-Id: Ic5406804e5f7db22a2e1d2c86dee1dd5dc5fc86c
---
target/product/generic_no_telephony.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/product/generic_no_telephony.mk b/target/product/generic_no_telephony.mk
index 1155b4e..4f3c102 100644
--- a/target/product/generic_no_telephony.mk
+++ b/target/product/generic_no_telephony.mk
@@ -33,7 +33,7 @@ PRODUCT_PACKAGES := \
InputDevices \
Keyguard \
LatinIME \
- Launcher2 \
+ Launcher3 \
Music \
MusicFX \
OneTimeInitializer \
--
1.7.10.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment