diff --git a/src/main/res/values/defaults.xml b/src/main/res/values/defaults.xml
index c0c6df352..fbb1da440 100644
--- a/src/main/res/values/defaults.xml
+++ b/src/main/res/values/defaults.xml
@@ -61,4 +61,5 @@
spam
194.242.2.2
[2a07:e340::2]
+ true
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index cc8cccd73..c5709acc8 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -1337,4 +1337,6 @@
Don\'t use the above size limit on unmetered networks
Unban from group chat
Unban from channel
+ Integrate Browser UI
+ Ask your browser to render as if integrated with this app ("custom tab")
\ No newline at end of file
diff --git a/src/main/res/xml/preferences_interface.xml b/src/main/res/xml/preferences_interface.xml
index 41e7a0113..1a4bbbcb0 100644
--- a/src/main/res/xml/preferences_interface.xml
+++ b/src/main/res/xml/preferences_interface.xml
@@ -169,6 +169,12 @@
android:key="allow_screenshots"
android:summary="@string/pref_allow_screenshots_summary"
android:title="@string/pref_allow_screenshots" />
+