mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
This adds a dialog to inform the user that the NIU Actions buttons need to send data to Google in order to function. The user can accept or reject this. The dialog will block use of the feature until the user accepts. Bug: 191818216 Test: Manual (Pixel 3A with multiple user profiles) Test: m -j RunLauncherGoGoogleRoboTests Change-Id: Iedd056ce239de5269d02a31d28a9778efae34ede
24 lines
1.5 KiB
XML
24 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
|
<!-- Label for app share drop target. [CHAR_LIMIT=20] -->
|
|
<string name="app_share_drop_target_label">Share App</string>
|
|
|
|
<!-- ******* Overview ******* -->
|
|
<!-- Label for a button that lets the user listen to the content of the current app. [CHAR_LIMIT=40] -->
|
|
<string name="action_listen">Listen</string>
|
|
<!-- Label for a button that translates a screenshot of the current app. [CHAR_LIMIT=40] -->
|
|
<string name="action_translate">Translate</string>
|
|
<!-- Label for a button that triggers Search on a screenshot of the current app. [CHAR_LIMIT=40] -->
|
|
<string name="action_search">Lens</string>
|
|
<!-- ******* NIU Actions First-Run Confirmation Dialog ******* -->
|
|
<!-- Dialog title -->
|
|
<string name="niu_actions_confirmation_title">Translate or listen to text on screen</string>
|
|
<!-- Dialog content -->
|
|
<string name="niu_actions_confirmation_text">Information such as text on your screen, web addresses, and screenshots may be shared with Google.\n\nTo change what information you share, go to <b>Settings > Apps > Default apps > Digital assistant app</b>.</string>
|
|
<!-- Label for a button that rejects the feature. [CHAR_LIMIT=40] -->
|
|
<string name="niu_actions_confirmation_no">CANCEL</string>
|
|
<!-- Label for a button that accepts the feature. [CHAR_LIMIT=40] -->
|
|
<string name="niu_actions_confirmation_yes">GOT IT</string>
|
|
</resources>
|