Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 70086c96 authored by Kevin Rocard's avatar Kevin Rocard
Browse files

APC: Update the string to warn about the audio capture



The warning was only mentioning the screen being captured, as the
audio can now also be capture, it has to be added to the user message
warning.

Test: display the popup with the message
Bug: 128908023
Change-Id: I96f024b455a680eb578699c0c509518645f50f5e
Signed-off-by: default avatarKevin Rocard <krocard@google.com>
parent 166e9e4b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1069,10 +1069,10 @@
    <string name="battery_saver_notification_action_text">Turn off Battery Saver</string>

    <!-- Media projection permission dialog warning text. [CHAR LIMIT=NONE] -->
    <string name="media_projection_dialog_text"><xliff:g id="app_seeking_permission" example="Hangouts">%s</xliff:g> will start capturing everything on your screen including notifications, passwords, photos, messages and payment information.</string>
    <string name="media_projection_dialog_text"><xliff:g id="app_seeking_permission" example="Hangouts">%s</xliff:g> will start capturing the played audio and everything on your screen including notifications, passwords, photos, messages and payment information.</string>

    <!-- Media projection permission dialog warning title. [CHAR LIMIT=NONE] -->
    <string name="media_projection_dialog_title">Allow <xliff:g id="app_seeking_permission" example="Hangouts">%s</xliff:g> to record or cast your screen?</string>
    <string name="media_projection_dialog_title">Allow <xliff:g id="app_seeking_permission" example="Hangouts">%s</xliff:g> to record or cast your screen and played audio?</string>

    <!-- Media projection permission dialog permanent grant check box. [CHAR LIMIT=NONE] -->
    <string name="media_projection_remember_text">Don\'t show again</string>