summaryrefslogtreecommitdiffstats
path: root/fill_screens.py
diff options
context:
space:
mode:
Diffstat (limited to 'fill_screens.py')
-rwxr-xr-xfill_screens.py9
1 files changed, 4 insertions, 5 deletions
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():