Skip to content

Commit 79d4566

Browse files
committed
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
1 parent 8a788cb commit 79d4566

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/DumpRenderTree/AndroidManifest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,6 @@
4141
<uses-permission android:name="android.permission.INTERNET" />
4242
<uses-permission android:name="android.permission.WRITE_SDCARD" />
4343
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
44+
<uses-sdk android:minSdkVersion="5"
45+
android:targetSdkVersion="5" />
4446
</manifest>

0 commit comments

Comments
 (0)