diff --git a/webrtc/examples/androidapp/res/values/strings.xml b/webrtc/examples/androidapp/res/values/strings.xml
index b3c55b438e..951f65a1a4 100644
--- a/webrtc/examples/androidapp/res/values/strings.xml
+++ b/webrtc/examples/androidapp/res/values/strings.xml
@@ -97,14 +97,14 @@
Disable audio processing pipeline.
false
+ opensles_preference
+ Use OpenSL ES for audio playback.
+ Use OpenSL ES for audio playback.
+ false
+
misc_settings_key
Miscellaneous settings.
- cpu_usage_detection
- CPU overuse detection.
- Adapt transmission to CPU status.
- true
-
room_server_url_preference
Room server URL.
Enter a room server URL.
diff --git a/webrtc/examples/androidapp/res/xml/preferences.xml b/webrtc/examples/androidapp/res/xml/preferences.xml
index c580e0cb77..8c111e0dfa 100644
--- a/webrtc/examples/androidapp/res/xml/preferences.xml
+++ b/webrtc/examples/androidapp/res/xml/preferences.xml
@@ -94,18 +94,18 @@
android:title="@string/pref_noaudioprocessing_title"
android:dialogTitle="@string/pref_noaudioprocessing_dlg"
android:defaultValue="@string/pref_noaudioprocessing_default" />
+
+
-
-