summaryrefslogtreecommitdiff
path: root/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml12
1 files changed, 9 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index d585f6364..653e2144a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -884,9 +884,15 @@
<!-- Label for the button to set an application as the default application [CHAR LIMIT=20] -->
<string name="request_role_set_as_default">Set as default</string>
- <string name="phone_call">Phone Call</string>
-
- <string name="video_call">Video Call</string>
+ <!-- Message telling the user that a phone call is currently using the microphone [CHAR LIMIT=none] -->
+ <string name="phone_call_uses_microphone">Microphone is used in &lt;b>phone call&lt;/b></string>
+ <!-- Message telling the user that a phone call is currently using the microphone and the camera [CHAR LIMIT=none] -->
+ <string name="phone_call_uses_microphone_and_camera">Camera and Microphone are used in &lt;b>phone call&lt;/b></string>
+ <!-- Message telling the user that a phone call is currently using the camera [CHAR LIMIT=none] -->
+ <string name="phone_call_uses_camera">Camera is used in &lt;b>phone call&lt;/b></string>
+
+ <!-- Line above a list of other apps and system service that are currently microphone or camera [CHAR LIMIT=60] -->
+ <string name="other_use">Other use:</string>
<!-- Action for accepting the Ongoing usage dialog [CHAR LIMIT=10]-->
<string name="ongoing_usage_dialog_ok">Got it</string>