Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 79d45660 authored by Guang Zhu's avatar Guang Zhu
Browse files

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
parent 8a788cbf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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>