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 22 package =" com.example.text_to_image_gen" >
33
44 <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" />
57 <application
68 android : label =" TexFusion"
79 android : name =" ${applicationName}"
810 android : icon =" @mipmap/ic_launcher" >
911 <activity
1012 android : name =" .MainActivity"
1113 android : exported =" true"
14+ android : requestLegacyExternalStorage =" true"
1215 android : launchMode =" singleTop"
1316 android : theme =" @style/LaunchTheme"
1417 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