ef18be0c6e6900f8e0631d95d4ff0a00346da8df
[iec.git] / src / type3_AndroidCloud / anbox-master / scripts / app-appmgr.sh
1 #!/bin/sh
2
3 PACKAGE=org.anbox.appmgr
4 COMPONENT=org.anbox.appmgr.AppViewActivity
5
6 exec $SNAP/bin/anbox-wrapper.sh launch \
7         --package="$PACKAGE" \
8         --component="$COMPONENT"