From 211370fd943cf26905001b38b8b1791851b26adc Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Wed, 1 Feb 2012 16:10:55 -0800 Subject: Add optional metadata to initiliaze the render threat. The render threat is likely to break your application if you initiate it. As such it must be explicitely requested using the following meta-data tag in your manifest's application tag: Change-Id: Ibf0a48af2a0d091562bf6907eac970e3d1d601c4 --- tests/HwAccelerationTest/AndroidManifest.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/HwAccelerationTest/AndroidManifest.xml b/tests/HwAccelerationTest/AndroidManifest.xml index 5bbcce3..643cb8d 100644 --- a/tests/HwAccelerationTest/AndroidManifest.xml +++ b/tests/HwAccelerationTest/AndroidManifest.xml @@ -30,6 +30,8 @@ android:label="HwUi" android:hardwareAccelerated="true"> + + -- cgit v1.1