From 1c765ff61bce8ed7fbf719a85dd597828e72206a Mon Sep 17 00:00:00 2001 From: Erfan Abdi Date: Sun, 27 Jun 2021 03:18:51 +0430 Subject: [PATCH] anbox: Show full screen until we get anbox server --- scripts/install.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.3