aboutsummaryrefslogtreecommitdiffstats
path: root/testing/anbox/anbox-launch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testing/anbox/anbox-launch.sh')
-rw-r--r--testing/anbox/anbox-launch.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/anbox/anbox-launch.sh b/testing/anbox/anbox-launch.sh
new file mode 100644
index 0000000000..d843669ce6
--- /dev/null
+++ b/testing/anbox/anbox-launch.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+#if [ -z "$(ps aux | grep 'anbox session-manager' | grep -v grep)" ]; then
+# anbox session-manager &
+# sleep 5s
+#fi
+
+# We let Anbox autostart the session manager as this provides a splash-screen
+anbox launch --package=org.anbox.appmgr --component=org.anbox.appmgr.AppViewActivity