8000 filepaths moved to sampleApp · Micoder-dev/DirectAppUpdate@0ab81a2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0ab81a2

Browse files
committed
filepaths moved to sampleApp
1 parent 426f3ca commit 0ab81a2

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

directappupdate/src/main/AndroidManifest.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,4 @@
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>

sampleApp/src/main/AndroidManifest.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
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"
@@ -23,6 +24,17 @@
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>

0 commit comments

Comments
 (0)
0