File tree Expand file tree Collapse file tree 3 files changed +12
-14
lines changed
Expand file tree Collapse file tree 3 files changed +12
-14
lines changed Original file line number Diff line number Diff line change 77 <uses-permission android : name =" android.permission.REQUEST_INSTALL_PACKAGES" />
88 <uses-permission android : name =" android.permission.POST_NOTIFICATIONS" />
99
10- <application >
11-
12- <provider
13- android : name =" androidx.core.content.FileProvider"
14- android : authorities =" ${applicationId}.provider"
15- android : exported =" false"
16- android : grantUriPermissions =" true" >
17- <meta-data
18- android : name =" android.support.FILE_PROVIDER_PATHS"
19- android : resource =" @xml/file_provider_paths" />
20- </provider >
21-
22- </application >
23-
2410</manifest >
Original file line number Diff line number Diff line change 1313 android : supportsRtl =" true"
1414 android : theme =" @style/Theme.DirectAppUpdate"
1515 tools : targetApi =" 31" >
16+
1617 <activity
1718 android : name =" com.micoder.sample.MainActivity"
1819 android : exported =" true"
2324 <category android : name =" android.intent.category.LAUNCHER" />
2425 </intent-filter >
2526 </activity >
27+
28+ <provider
29+ android : name =" androidx.core.content.FileProvider"
30+ android : authorities =" ${applicationId}.provider"
31+ android : exported =" false"
32+ android : grantUriPermissions =" true" >
33+ <meta-data
34+ android : name =" android.support.FILE_PROVIDER_PATHS"
35+ android : resource =" @xml/file_provider_paths" />
36+ </provider >
37+
2638 </application >
2739
2840</manifest >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments