932 correct comment error, return exported property to original state.

This commit is contained in:
Justin Biggs 2019-11-18 06:12:50 -06:00
parent c3779e18f0
commit 37c64f34a1
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@
<provider <provider
android:name=".reader.ZimContentProvider" android:name=".reader.ZimContentProvider"
android:authorities="${applicationId}.zim.base" android:authorities="${applicationId}.zim.base"
android:exported="false" /> android:exported="true" />
<receiver android:name=".main.KiwixSearchWidget"> <receiver android:name=".main.KiwixSearchWidget">
<intent-filter> <intent-filter>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?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> <full-backup-content>
<exclude domain="external" /> <exclude domain="external" />
</full-backup-content> </full-backup-content>