Install desktop item for the Android Settings app

This commit is contained in:
Simon Fels 2018-05-18 14:20:24 +02:00
commit 238a26aee3
4 changed files with 20 additions and 7 deletions

6
scripts/app-settings.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
PACKAGE=com.android.settings
exec $SNAP/bin/anbox-wrapper.sh launch \
--package="$PACKAGE"