1<?xml version="1.0" encoding="utf-8"?> 2<resources> 3 <string-array translatable="false" name="device_profile_labels"> 4 <item>App streaming</item> 5 <item>Nearby device streaming</item> 6 </string-array> 7 <string-array translatable="false" name="device_profiles"> 8 <item>@string/app_streaming</item> 9 <item>@string/nearby_device_streaming</item> 10 </string-array> 11 12 <string-array translatable="false" name="display_ime_policy_labels"> 13 <item>Show IME on the remote display</item> 14 <item>Show IME on the default display</item> 15 <item>Do not show IME</item> 16 </string-array> 17 <!-- Values correspond to WindowManager#DisplayImePolicy enums. --> 18 <string-array translatable="false" name="display_ime_policies"> 19 <item>0</item> 20 <item>1</item> 21 <item>2</item> 22 </string-array> 23</resources>