From: Erfan Abdi Date: Sat, 26 Jun 2021 22:48:51 +0000 (+0430) Subject: anbox: Show full screen until we get anbox server X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/commitdiff_plain/1c765ff61bce8ed7fbf719a85dd597828e72206a?ds=sidebyside anbox: Show full screen until we get anbox server --- diff --git a/scripts/install.sh b/scripts/install.sh index 526a038..879e849 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -108,6 +108,8 @@ if [ -f NO_SENSORS ]; then echo "anbox.stub_sensors_hal=1" >> anbox.prop rm NO_SENSORS fi +# TODO: Drop this +echo "anbox.active_apps=full" >> anbox.prop # TODO: Get rid of this rm -f vendor-fixup.sh