summaryrefslogtreecommitdiffstats
path: root/tests/HwAccelerationTest/AndroidManifest.xml
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2010-07-21 21:33:20 -0700
committerRomain Guy <romainguy@google.com>2010-07-21 21:33:20 -0700
commit694b519ac647fe998fd396fe0784cc8e179aadc4 (patch)
tree80a5e423f90aba3ab74645ac7f3b2cbfd838c757 /tests/HwAccelerationTest/AndroidManifest.xml
parent0119ba5bd3335fe026927eeb65de535a7bd8c838 (diff)
downloadframeworks_base-694b519ac647fe998fd396fe0784cc8e179aadc4.zip
frameworks_base-694b519ac647fe998fd396fe0784cc8e179aadc4.tar.gz
frameworks_base-694b519ac647fe998fd396fe0784cc8e179aadc4.tar.bz2
Add text rendering.
Change-Id: Ibe5a9fa844d531b31b55e43de403a98d49f659b9
Diffstat (limited to 'tests/HwAccelerationTest/AndroidManifest.xml')
-rw-r--r--tests/HwAccelerationTest/AndroidManifest.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/HwAccelerationTest/AndroidManifest.xml b/tests/HwAccelerationTest/AndroidManifest.xml
index 098359c..8cb9e0d 100644
--- a/tests/HwAccelerationTest/AndroidManifest.xml
+++ b/tests/HwAccelerationTest/AndroidManifest.xml
@@ -105,6 +105,16 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
+
+ <activity
+ android:name="TextActivity"
+ android:label="_Text"
+ android:theme="@android:style/Theme.NoTitleBar">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
</application>
</manifest>