Android: Add a "user data" screen

To make it clearer for users where Dolphin is storing user data,
now that there's more than one possible place.
This commit is contained in:
JosJuice
2021-05-09 15:23:11 +02:00
parent 258832dad4
commit 9c8bb24293
6 changed files with 115 additions and 1 deletions

View File

@ -120,6 +120,12 @@
android:exported="false"
android:theme="@style/DolphinBase" />
<activity
android:name=".activities.UserDataActivity"
android:exported="false"
android:label="@string/user_data_submenu"
android:theme="@style/DolphinSettingsBase" />
<service
android:name=".utils.DirectoryInitialization"
android:exported="false"/>