From b964f9c5c27b3fc79f1321d307c97b2d48e1e461 Mon Sep 17 00:00:00 2001 From: Michael Jurka Date: Tue, 27 Sep 2011 22:10:05 -0700 Subject: remove references to google apps Change-Id: Id373dc701afdd476e125936711bbb040e1451f9e --- fill_screens.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'fill_screens.py') diff --git a/fill_screens.py b/fill_screens.py index 9607c8068..5841b8e49 100755 --- a/fill_screens.py +++ b/fill_screens.py @@ -15,13 +15,12 @@ DIR = "db_files" AUTO_FILE = "launcher.db" APPLICATION_COMPONENTS = [ - "com.google.android.apps.books/com.google.android.apps.books.app.BooksActivity", "com.android.calculator2/com.android.calculator2.Calculator", - "com.google.android.camera/com.android.camera.Camera", - "com.google.android.carhome/com.google.android.carhome.CarHome", "com.android.providers.downloads.ui/com.android.providers.downloads.ui.DownloadList", - "com.google.android.gallery3d/com.android.gallery3d.app.Gallery", - "com.google.android.apps.maps/com.google.android.maps.MapsActivity" + "com.android.settings/com.android.settings.Settings", + "com.android.mms/com.android.mms.ui.ConversationList", + "com.android.contacts/com.android.contacts.activities.PeopleActivity", + "com.android.contacts/com.android.contacts.activities.DialtactsActivity" ] def usage(): -- cgit v1.2.3