commit | 5ec9924d24495822b589f1a17996655d66273b30 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@google.com> | Wed Nov 03 16:19:08 2010 -0700 |
committer | Romain Guy <romainguy@google.com> | Wed Nov 03 16:19:08 2010 -0700 |
tree | 60a92b5ceb25b980be02cef82ef56ecf55cb7f04 | |
parent | 98444a944c9126898bc4c370f831a79bb3b30bd8 [diff] [blame] |
Fix rendering issue with layers. Change-Id: I1d511ab2707000762a942d32c300a9944ab38603
diff --git a/tests/HwAccelerationTest/AndroidManifest.xml b/tests/HwAccelerationTest/AndroidManifest.xml index 196b0eb..7f3a968 100644 --- a/tests/HwAccelerationTest/AndroidManifest.xml +++ b/tests/HwAccelerationTest/AndroidManifest.xml
@@ -17,6 +17,8 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.test.hwui"> + <uses-permission android:name="android.permission.INTERNET" /> + <application android:label="HwUi" android:hardwareAccelerated="true">