allow user to keep Termux data when uninstalling the app

This commit is contained in:
Leonid Pliushch 2021-02-12 15:49:42 +02:00
parent abccf895e4
commit e783f40670
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@
android:label="@string/application_name"
android:supportsRtl="false"
android:theme="@style/Theme.Termux"
android:requestLegacyExternalStorage="true">
android:requestLegacyExternalStorage="true"
android:hasFragileUserData="true">
<!-- This (or rather, value 2.1 or higher) is needed to make the Samsung Galaxy S8
mark the app with "This app is optimized to run in full screen." -->