We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f32400 commit 82f2c63Copy full SHA for 82f2c63
lib/src/main/AndroidManifest.xml
@@ -4,7 +4,8 @@
4
<!--适配Android O 应用安装-->
5
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
6
<application>
7
- <service android:name="com.thomas.update.service.DownloadService" />
+ <service android:name="com.thomas.update.service.DownloadService"
8
+ android:exported="false"/>
9
<provider
10
android:name="com.thomas.update.config.AppUpdateFileProvider"
11
android:authorities="${applicationId}.update.provider"
@@ -16,6 +17,7 @@
16
17
</provider>
18
<activity
19
android:name=".dialog.UpdateDialogActivity"
20
+ android:exported="false"
21
android:theme="@style/UpdateDialog" />
22
</application>
23
</manifest>
0 commit comments