xref: /aosp_15_r20/development/samples/VirtualDeviceManager/demos/res/values/strings.xml (revision 90c8c64db3049935a07c6143d7fd006e26f8ecca)
1<resources>
2    <string name="app_name" translatable="false">VDM Demos</string>
3    <string name="activity_policy_demo" translatable="false">VDM Activity Policy Demo</string>
4    <string name="sensor_demo" translatable="false">VDM Sensor Demo</string>
5    <string name="display_power_demo" translatable="false">VDM Display Power Demo</string>
6    <string name="vibration_demo" translatable="false">VDM Vibration Demo</string>
7    <string name="rotation_demo" translatable="false">VDM Rotation Demo</string>
8    <string name="home_demo" translatable="false">VDM Home Demo</string>
9    <string name="secure_window_demo" translatable="false">VDM Secure Window Demo</string>
10    <string name="permissions_demo" translatable="false">VDM Permissions Demo</string>
11    <string name="latency_demo" translatable="false">VDM Latency Demo</string>
12    <string name="stylus_demo" translatable="false">VDM Stylus Demo</string>
13    <string name="recorder_demo" translatable="false">VDM Recorder Demo</string>
14
15    <string name="start_opted_out_activity" translatable="false">Start opted out activity</string>
16    <string name="start_blocked_activity" translatable="false">Start blocked activity</string>
17    <string name="start_blocked_activity_for_result" translatable="false">Start blocked activity for result</string>
18    <string name="opted_out_activity" translatable="false">VDM Opted Out Activity</string>
19    <string name="blocked_activity" translatable="false">VDM Blocked Activity</string>
20    <string name="turn_screen_on_activity" translatable="false">VDM Turn Screen On Activity</string>
21    <string name="turn_screen_on_show_when_locked_activity" translatable="false">VDM Turn Screen On Show When Locked Activity</string>
22
23    <string name="display_category" translatable="false">com.example.android.vdmdemo.DISPLAY_CATEGORY</string>
24
25    <string name="current_device" translatable="false">Device: %s</string>
26    <string name="change_device" translatable="false">Change</string>
27
28    <string name="current_orientation" translatable="false">Orientation: %s</string>
29    <string name="portrait" translatable="false">Portrait</string>
30    <string name="landscape" translatable="false">Landscape</string>
31
32    <string name="send_home" translatable="false">Send HOME intent</string>
33    <string name="send_secondary_home" translatable="false">Send SECONDARY_HOME intent</string>
34    <string name="move_task_to_back" translatable="false">Move task to back</string>
35    <string name="calculator_new_task" translatable="false">Calculator in new task</string>
36
37    <string name="secure_text" translatable="false">You shall only be able to read this on the host device screen</string>
38    <string name="opted_out_activity_text" translatable="false">This activity can not be launched on the virtual device because cas opted out via canDisplayOnRemoteDevices</string>
39    <string name="blocked_activity_text" translatable="false">This activity can not be launched on the virtual device because of the activity policy of the virtual device</string>
40    <string name="calculator_text" translatable="false">This \"calculator\" activity can only be shown on displays with the matching category</string>
41    <string name="turn_screen_on_activity_text" translatable="false">This activity should turn the screen on if the device is not locked</string>
42    <string name="turn_screen_on_show_when_locked_activity_text" translatable="false">This activity should turn the screen on even when the device is locked</string>
43
44    <string name="request_device_aware_permissions" translatable="false">Request device aware permissions</string>
45    <string name="revoke_device_aware_permissions" translatable="false">Revoke device aware permissions</string>
46    <string name="request_non_device_aware_permissions" translatable="false">Request non-device aware permissions</string>
47
48    <string name="vibrate" translatable="false">Vibrate</string>
49    <string name="perform_haptic_feedback" translatable="false">Perform haptic feedback</string>
50    <string name="ringtone_vibration" translatable="false">Ringtone vibration</string>
51
52    <string name="start_record" translatable="false">Start record</string>
53    <string name="stop_record" translatable="false">Stop record</string>
54</resources>