File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change 18
18
<uses-permission android : name =" android.permission.VIBRATE" />
19
19
<uses-permission android : name =" android.permission.WAKE_LOCK" />
20
20
<uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" />
21
+ <uses-permission android : name =" android.permission.MANAGE_EXTERNAL_STORAGE" />
21
22
<permission-group android : name =" ${applicationId}.andpermission" />
22
23
<queries >
23
24
<intent >
34
35
android : roundIcon =" @mipmap/icon"
35
36
android : supportsRtl =" true"
36
37
android : theme =" @style/Theme.LCLMeasurementTool"
37
- android : name =" .LCLApplication" >
38
- <!-- <activity-->
39
- <!-- android:name=".MainActivity2"-->
40
- <!-- android:exported="false"-->
41
- <!-- android:label="@string/title_activity_main2"-->
42
- <!-- android:theme="@style/Theme.LCLMeasurementTool.NoActionBar">-->
43
- <!-- <meta-data-->
44
- <!-- android:name="android.app.lib_name"-->
45
- <!-- android:value="" />-->
46
- <!-- </activity>-->
47
-
38
+ android : name =" .LCLApplication"
39
+ android : requestLegacyExternalStorage =" true"
40
+ >
41
+ <meta-data android : name =" ScopedStorage" android : value =" true" />
48
42
<provider
49
43
android : name =" androidx.core.content.FileProvider"
50
44
android : authorities =" com.lcl.lclmeasurementtool.fileprovider"
You can’t perform that action at this time.
0 commit comments