8 lines
171 B
Bash
Executable file
8 lines
171 B
Bash
Executable file
#!/bin/sh
|
|
|
|
PACKAGE=org.anbox.appmgr
|
|
COMPONENT=org.anbox.appmgr.AppViewActivity
|
|
|
|
exec $SNAP/bin/anbox-wrapper.sh launch \
|
|
--package="$PACKAGE" \
|
|
--component="$COMPONENT"
|