mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-21 11:28:56 -04:00
932 correct comment error, return exported property to original state.
This commit is contained in:
parent
c3779e18f0
commit
37c64f34a1
@ -52,7 +52,7 @@
|
||||
<provider
|
||||
android:name=".reader.ZimContentProvider"
|
||||
android:authorities="${applicationId}.zim.base"
|
||||
android:exported="false" />
|
||||
android:exported="true" />
|
||||
|
||||
<receiver android:name=".main.KiwixSearchWidget">
|
||||
<intent-filter>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<!-- excludes any external files in the ./Kiwix folder, therefore .zim files. -->
|
||||
<!-- excludes any external files -->
|
||||
<full-backup-content>
|
||||
<exclude domain="external" />
|
||||
</full-backup-content>
|
||||
|
Loading…
x
Reference in New Issue
Block a user