Skip to content

Commit

Permalink
allow user to keep Termux data when uninstalling the app
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonid Pliushch committed Feb 12, 2021
1 parent abccf89 commit e783f40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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." -->
Expand Down

0 comments on commit e783f40

Please sign in to comment.