summaryrefslogtreecommitdiffstats
path: root/tests/DumpRenderTree
diff options
context:
space:
mode:
authorGuang Zhu <guangzhu@google.com>2012-09-13 11:17:43 -0700
committerGuang Zhu <guangzhu@google.com>2012-09-13 12:03:10 -0700
commit79d45660f2a83a7a771acf82c0bd0efed806abfa (patch)
tree30dc984963c32bbe94872b630e6e9c46829b0c79 /tests/DumpRenderTree
parent8a788cbfe5570fadee7aea1a06f6eee2cb7ed341 (diff)
downloadframeworks_base-79d45660f2a83a7a771acf82c0bd0efed806abfa.zip
frameworks_base-79d45660f2a83a7a771acf82c0bd0efed806abfa.tar.gz
frameworks_base-79d45660f2a83a7a771acf82c0bd0efed806abfa.tar.bz2
dodging the @JavascriptInterface bullet
The reason for not to fix the test instead with new annotation is that it's preferable to have a single version that works for all platforms. This can be revisted once we have enough platforms released to not to care about the older ones. Change-Id: I42557f920702e5a65e39a3fea80533bd07b54367
Diffstat (limited to 'tests/DumpRenderTree')
-rw-r--r--tests/DumpRenderTree/AndroidManifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/DumpRenderTree/AndroidManifest.xml b/tests/DumpRenderTree/AndroidManifest.xml
index dc44b25..bcb821b 100644
--- a/tests/DumpRenderTree/AndroidManifest.xml
+++ b/tests/DumpRenderTree/AndroidManifest.xml
@@ -41,4 +41,6 @@
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_SDCARD" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
+ <uses-sdk android:minSdkVersion="5"
+ android:targetSdkVersion="5" />
</manifest>