From: Alessandro Astone Date: Sat, 3 Sep 2022 18:45:58 +0000 (+0200) Subject: app_manager: Don't rmdir /data/waydroid_tmp after install X-Git-Tag: 1.3.2~8 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/commitdiff_plain/d7fbbdf19c776d80379004eee7672f8f0df75062?hp=d7fbbdf19c776d80379004eee7672f8f0df75062 app_manager: Don't rmdir /data/waydroid_tmp after install Only user 1000 can create directories in /data, so this directory should be created by android init.rc giving the host write permissions. Don't remove it after installing so that it can be reused for a subsequent installation. ---