OSDN Git Service

dodging the @JavascriptInterface bullet
authorGuang Zhu <guangzhu@google.com>
Thu, 13 Sep 2012 18:17:43 +0000 (11:17 -0700)
committerThe Android Automerger <android-build@android.com>
Thu, 13 Sep 2012 22:50:52 +0000 (15:50 -0700)
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

tests/DumpRenderTree/AndroidManifest.xml

index dc44b25..bcb821b 100644 (file)
@@ -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>