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
This commit is contained in:
Guang Zhu
2012-09-13 11:17:43 -07:00
parent 8a788cbfe5
commit 79d45660f2

View 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>