Skip to content

Commit 38422b1

Browse files
dydgns2017Chhekur
authored andcommitted
modify eaccess in android 10 version -> android-js/androidjs/issues/167
1 parent b99e5b2 commit 38422b1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/modules/static_app.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ export class StaticApp extends Webview {
6868
'android:roundIcon':"@mipmap/ic_launcher_round",
6969
'android:supportsRtl':"true",
7070
'android:theme':"@style/AppTheme",
71-
'android:usesCleartextTraffic':"true"
71+
'android:usesCleartextTraffic': "true",
72+
'android:requestLegacyExternalStorage':"true"
7273
},
7374
activity: {
7475
'android:configChanges':"keyboard|keyboardHidden|orientation|screenSize",

src/modules/webview.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ export class Webview implements Interfaces.IBuilderModule {
6767
'android:roundIcon':"@mipmap/ic_launcher_round",
6868
'android:supportsRtl':"true",
6969
'android:theme':"@style/AppTheme",
70-
'android:usesCleartextTraffic':"true"
70+
'android:usesCleartextTraffic': "true",
71+
'android:requestLegacyExternalStorage':"true"
7172
},
7273
activity: {
7374
'android:configChanges':"keyboard|keyboardHidden|orientation|screenSize",

0 commit comments

Comments
 (0)