X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=src%2Ftype3_AndroidCloud%2Fanbox-master%2Fscripts%2Fapp-appmgr.sh;fp=src%2Ftype3_AndroidCloud%2Fanbox-master%2Fscripts%2Fapp-appmgr.sh;h=ef18be0c6e6900f8e0631d95d4ff0a00346da8df;hb=e26c1ec581be598521517829adba8c8dd23a768f;hp=0000000000000000000000000000000000000000;hpb=6699c1aea74eeb0eb400e6299079f0c7576f716f;p=iec.git diff --git a/src/type3_AndroidCloud/anbox-master/scripts/app-appmgr.sh b/src/type3_AndroidCloud/anbox-master/scripts/app-appmgr.sh new file mode 100644 index 0000000..ef18be0 --- /dev/null +++ b/src/type3_AndroidCloud/anbox-master/scripts/app-appmgr.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +PACKAGE=org.anbox.appmgr +COMPONENT=org.anbox.appmgr.AppViewActivity + +exec $SNAP/bin/anbox-wrapper.sh launch \ + --package="$PACKAGE" \ + --component="$COMPONENT"