[1/2] OmniGears : less intrusive UI
Change-Id: I0ee14998f26a4225708c1a11d8dac0e7c7a11901
diff --git a/res/values/custom_arrays.xml b/res/values/custom_arrays.xml
index cfaf4ed..f4c3f94 100644
--- a/res/values/custom_arrays.xml
+++ b/res/values/custom_arrays.xml
@@ -628,4 +628,14 @@
<item>2</item>
<item>3</item>
</string-array>
+
+ <string-array name="app_chooser_position_entries" translatable="false">
+ <item>@string/app_chooser_left</item>
+ <item>@string/app_chooser_right</item>
+ </string-array>
+
+ <string-array name="app_chooser_position_values" translatable="false">
+ <item>0</item>
+ <item>1</item>
+ </string-array>
</resources>
diff --git a/res/values/custom_strings.xml b/res/values/custom_strings.xml
index c882a1b..c58bb8f 100644
--- a/res/values/custom_strings.xml
+++ b/res/values/custom_strings.xml
@@ -712,6 +712,10 @@
<string name="autorun_single_app_summary">Dont show app selection dialog</string>
<string name="bt_a2dp_connect_app_list_summary">App(s) to be listed when an A2DP event is triggered, such as connecting a Bluetooth headset</string>
<string name="headset_connect_app_list_summary">App(s) to be listed when a wired headset is connected</string>
+ <string name="app_chooser_left">Left</string>
+ <string name="app_chooser_right">Right</string>
+ <string name="app_chooser_timeout_title">App chooser dialog timeout</string>
+ <string name="app_chooser_position_title">App chooser dialog position</string>
<!-- Quick Pulldown-->
<string name="quick_pulldown_title">Quick pulldown</string>