summaryrefslogtreecommitdiff
path: root/samples/VirtualDeviceManager/host/res/values/arrays.xml
diff options
context:
space:
mode:
Diffstat (limited to 'samples/VirtualDeviceManager/host/res/values/arrays.xml')
-rw-r--r--samples/VirtualDeviceManager/host/res/values/arrays.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/samples/VirtualDeviceManager/host/res/values/arrays.xml b/samples/VirtualDeviceManager/host/res/values/arrays.xml
new file mode 100644
index 000000000..3a9fcd3e5
--- /dev/null
+++ b/samples/VirtualDeviceManager/host/res/values/arrays.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string-array translatable="false" name="device_profile_labels">
+ <item>App streaming</item>
+ <item>Nearby device streaming</item>
+ </string-array>
+ <string-array translatable="false" name="device_profiles">
+ <item>@string/app_streaming</item>
+ <item>@string/nearby_device_streaming</item>
+ </string-array>
+
+ <string-array translatable="false" name="display_ime_policy_labels">
+ <item>Show IME on the remote display</item>
+ <item>Show IME on the default display</item>
+ <item>Do not show IME</item>
+ </string-array>
+ <!-- Values correspond to WindowManager#DisplayImePolicy enums. -->
+ <string-array translatable="false" name="display_ime_policies">
+ <item>0</item>
+ <item>1</item>
+ <item>2</item>
+ </string-array>
+</resources> \ No newline at end of file