diff --git a/app/build.gradle b/app/build.gradle
index d884a31..ed967da 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -14,8 +14,8 @@ android {
applicationId "sushi.hardcore.droidfs"
minSdkVersion 21
targetSdkVersion 29
- versionCode 4
- versionName "1.1.9"
+ versionCode 5
+ versionName "1.1.10"
android.ndkVersion = "21.2.6472646"
ndk {
diff --git a/app/src/main/res/drawable/icon_notes.xml b/app/src/main/res/drawable/icon_notes.xml
new file mode 100644
index 0000000..900853e
--- /dev/null
+++ b/app/src/main/res/drawable/icon_notes.xml
@@ -0,0 +1,5 @@
+
+
+
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index ebae5b1..35a60fc 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -180,4 +180,6 @@
KeyPermanentlyInvalidatedException
It looks like you have added a new fingerprint. Saved passwords hash have become unusable.
No more images found.
+ You should read it carefully before enabling any of these options.
+ Unsafe features documentation
diff --git a/app/src/main/res/xml/unsafe_features_preferences.xml b/app/src/main/res/xml/unsafe_features_preferences.xml
index 5b07d1e..13ee3f3 100644
--- a/app/src/main/res/xml/unsafe_features_preferences.xml
+++ b/app/src/main/res/xml/unsafe_features_preferences.xml
@@ -50,4 +50,16 @@
+
+
+
+
+
+
+
+
\ No newline at end of file