File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
frontends/android/BitBoxApp/app
src/main/java/ch/shiftcrypto/bitboxapp Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ android {
66 defaultConfig {
77 applicationId " ch.shiftcrypto.bitboxapp"
88 minSdkVersion 21
9- targetSdkVersion 29
9+ targetSdkVersion 30
1010 versionCode 32
1111 versionName " android-4.30.0"
1212 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ public void run() {
140140 vw .clearHistory ();
141141 vw .getSettings ().setJavaScriptEnabled (true );
142142 vw .getSettings ().setAllowUniversalAccessFromFileURLs (true );
143+ vw .getSettings ().setAllowFileAccess (true );
143144 // For MoonPay WebRTC camera access.
144145 vw .getSettings ().setMediaPlaybackRequiresUserGesture (false );
145146
You can’t perform that action at this time.
0 commit comments