Skip to content

Commit 82f2c63

Browse files
authored
base 3.0.7
1 parent 9f32400 commit 82f2c63

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/src/main/AndroidManifest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<!--适配Android O 应用安装-->
55
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
66
<application>
7-
<service android:name="com.thomas.update.service.DownloadService" />
7+
<service android:name="com.thomas.update.service.DownloadService"
8+
android:exported="false"/>
89
<provider
910
android:name="com.thomas.update.config.AppUpdateFileProvider"
1011
android:authorities="${applicationId}.update.provider"
@@ -16,6 +17,7 @@
1617
</provider>
1718
<activity
1819
android:name=".dialog.UpdateDialogActivity"
20+
android:exported="false"
1921
android:theme="@style/UpdateDialog" />
2022
</application>
2123
</manifest>

0 commit comments

Comments
 (0)