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 7
7
<uses-permission android : name =" android.permission.REQUEST_INSTALL_PACKAGES" />
8
8
<uses-permission android : name =" android.permission.POST_NOTIFICATIONS" />
9
9
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
-
24
10
</manifest >
Original file line number Diff line number Diff line change 13
13
android : supportsRtl =" true"
14
14
android : theme =" @style/Theme.DirectAppUpdate"
15
15
tools : targetApi =" 31" >
16
+
16
17
<activity
17
18
android : name =" com.micoder.sample.MainActivity"
18
19
android : exported =" true"
23
24
<category android : name =" android.intent.category.LAUNCHER" />
24
25
</intent-filter >
25
26
</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
+
26
38
</application >
27
39
28
40
</manifest >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments