summaryrefslogtreecommitdiffstats
path: root/tests/BiDiTests/AndroidManifest.xml
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2011-04-13 16:07:37 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2011-04-15 19:39:47 -0700
commit689e515ed2b8064c15e54d8ab69d87de54c5e0d6 (patch)
tree92c6b436a8c4e7d6b76286f076aa2b0f6bd50648 /tests/BiDiTests/AndroidManifest.xml
parent0343a7eb6d7cd2bd44dabe5119e2366e84427c93 (diff)
downloadframeworks_base-689e515ed2b8064c15e54d8ab69d87de54c5e0d6.zip
frameworks_base-689e515ed2b8064c15e54d8ab69d87de54c5e0d6.tar.gz
frameworks_base-689e515ed2b8064c15e54d8ab69d87de54c5e0d6.tar.bz2
Add Unicode BiDi Algo before drawing text in Canvas
- only for temporary API - update BiDiTest Change-Id: Ifd445799dc0fda4da896246e41978cd8d71aa035
Diffstat (limited to 'tests/BiDiTests/AndroidManifest.xml')
-rw-r--r--tests/BiDiTests/AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/BiDiTests/AndroidManifest.xml b/tests/BiDiTests/AndroidManifest.xml
index 346ace8..727f980 100644
--- a/tests/BiDiTests/AndroidManifest.xml
+++ b/tests/BiDiTests/AndroidManifest.xml
@@ -25,7 +25,8 @@
android:versionName="1.0">
<application android:label="BiDiTests">
- <activity android:name="BiDiTestActivity">
+ <activity android:name="BiDiTestActivity"
+ android:windowSoftInputMode="stateAlwaysHidden">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />