Disable suggestion strip by default for tablet

Bug: 3352374
Change-Id: Ic2fed4ecd6d73f6c2d0ad81061ecd266f4704b10
This commit is contained in:
Tadashi G. Takaoka 2011-01-17 19:59:33 +09:00
parent dc64b138b5
commit 90a916170f

View file

@ -19,5 +19,5 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Default value of the visibility of the suggestion strip -->
<string name="prefs_suggestion_visibility_default_value" translatable="false">1</string>
<string name="prefs_suggestion_visibility_default_value" translatable="false">2</string>
</resources>