diff --git a/res/values/non_localizable_strings.xml b/res/values/non_localizable_strings.xml
index 3c5437668..e7407e67a 100644
--- a/res/values/non_localizable_strings.xml
+++ b/res/values/non_localizable_strings.xml
@@ -58,6 +58,7 @@
first_launch_suceeded_once_key
pref_wifi_only_key
+ pref_doze_mode_key
pref_overlay_key
pref_video_use_front_camera_key
diff --git a/res/values/strings.xml b/res/values/strings.xml
index fbe1ebdae..518c4814e 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -275,7 +275,6 @@
AVPF
AVPF regular RTCP interval in seconds (between 1 and 5)
Replace + by 00
- Friendlist subscribe
Link your account
Auth userid
Enter authentication userid (optional)
@@ -362,6 +361,7 @@
Network
Use WiFi only
+ Doze mode
STUN / TURN server
Enable ICE
Enable TURN
@@ -380,7 +380,9 @@
Advanced
+ Debug
Debug
+ Friendlist subscribe
Background mode
Enable Animations
Enable service notification
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 6aaf0a01c..e2a3ffe29 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -248,6 +248,11 @@
android:key="@string/pref_wifi_only_key"
android:persistent="false"/>
+
+
+
+
+
+
+
+
@@ -331,11 +346,6 @@
android:key="@string/pref_friendlist_subscribe_key"
android:persistent="false"/>
-
-