remove references to google apps

Change-Id: Id373dc701afdd476e125936711bbb040e1451f9e
This commit is contained in:
Michael Jurka
2011-09-27 22:10:05 -07:00
parent 5f09e62c80
commit b964f9c5c2
4 changed files with 18 additions and 69 deletions

View File

@@ -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():