6 lines
104 B
Bash
Executable file
6 lines
104 B
Bash
Executable file
#!/bin/sh
|
|
|
|
PACKAGE=com.android.settings
|
|
|
|
exec $SNAP/bin/anbox-wrapper.sh launch \
|
|
--package="$PACKAGE"
|