File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 2
2
package =" com.example.text_to_image_gen" >
3
3
4
4
<uses-permission android : name =" android.permission.INTERNET" />
5
+ <uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" />
6
+ <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
5
7
<application
6
8
android : label =" TexFusion"
7
9
android : name =" ${applicationName}"
8
10
android : icon =" @mipmap/ic_launcher" >
9
11
<activity
10
12
android : name =" .MainActivity"
11
13
android : exported =" true"
14
+ android : requestLegacyExternalStorage =" true"
12
15
android : launchMode =" singleTop"
13
16
android : theme =" @style/LaunchTheme"
14
17
android : configChanges =" orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
You can’t perform that action at this time.
0 commit comments