Install desktop item for the Android Settings app
This commit is contained in:
parent
bdc2a24f88
commit
238a26aee3
4 changed files with 20 additions and 7 deletions
6
scripts/app-settings.sh
Executable file
6
scripts/app-settings.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
PACKAGE=com.android.settings
|
||||
|
||||
exec $SNAP/bin/anbox-wrapper.sh launch \
|
||||
--package="$PACKAGE"
|
||||
Loading…
Add table
Add a link
Reference in a new issue