File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 4
4
android : name =" ${applicationName}"
5
5
android : icon =" @mipmap/ic_launcher"
6
6
android : enableOnBackInvokedCallback =" true"
7
- android : usesCleartextTraffic =" true" > <!-- この行を追加 -->
7
+ android : usesCleartextTraffic =" true"
8
+ android : requestLegacyExternalStorage =" true" > <!-- この行を追加 -->
8
9
<activity
9
10
android : name =" .MainActivity"
10
11
android : exported =" true"
45
46
</intent >
46
47
</queries >
47
48
<uses-permission android : name =" android.permission.INTERNET" />
49
+ <uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" />
50
+ <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" android : maxSdkVersion =" 28" />
51
+ <uses-permission android : name =" android.permission.REQUEST_INSTALL_PACKAGES" />
48
52
</manifest >
You can’t perform that action at this time.
0 commit comments