summaryrefslogtreecommitdiff
path: root/app-launcher
diff options
context:
space:
mode:
authorNg Zhi An <zhin@google.com>2018-03-28 08:59:24 -0700
committerNg Zhi An <zhin@google.com>2018-03-28 09:00:44 -0700
commit76229a27d6330eb8e24cffff54d9e811c3ac1820 (patch)
treec50741fadb89248215d55a6870eab0148764e057 /app-launcher
parentcb439317dff842b46f5d63f66854d752bf2555b0 (diff)
downloadextras-76229a27d6330eb8e24cffff54d9e811c3ac1820.tar.gz
Update go apps to launch
- com.google.android.videos is not preinstalled on go, replace with com.google.android.apps.youtube.mango - replace com.google.android.gm with com.google.android.gm.lite - add com.android.settings Test: app-launcher # on a go device Change-Id: I92156cc324bf802bdfa31f9e82a2219a2c3659bf
Diffstat (limited to 'app-launcher')
-rwxr-xr-xapp-launcher/app-launcher10
1 files changed, 6 insertions, 4 deletions
diff --git a/app-launcher/app-launcher b/app-launcher/app-launcher
index aeae025b..ee9e4c14 100755
--- a/app-launcher/app-launcher
+++ b/app-launcher/app-launcher
@@ -428,12 +428,14 @@ launch_phone_apps() {
launch_go_apps() {
launch_app com.android.chrome com.google.android.apps.chrome.Main > $BASHPID-chrome-$model
getstats $BASHPID-chrome-$model Chrome
- launch_app com.google.android.gm .ConversationListActivityGmail > $BASHPID-gmail-$model
- getstats $BASHPID-gmail-$model Gmail
- launch_app com.google.android.videos .mobile.usecase.home.RootActivity > $BASHPID-movies-$model
- getstats $BASHPID-movies-$model Movies
+ launch_app com.google.android.gm.lite com.google.android.gm.ConversationListActivityGmail > $BASHPID-gmailgo-$model
+ getstats $BASHPID-gmailgo-$model GmailGo
+ launch_app com.google.android.apps.youtube.mango com.google.android.apps.youtube.lite.frontend.activities.SplashActivity > $BASHPID-youtubego-$model
+ getstats $BASHPID-youtubego-$model YouTubeGo
launch_app com.android.vending com.google.android.finsky.activities.MainActivity > $BASHPID-play-$model
getstats $BASHPID-play-$model Play
+ launch_app com.android.settings com.android.settings.Settings > $BASHPID-settings-$model
+ getstats $BASHPID-settings-$model Settings
}
usage() {