mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-11 00:23:58 -04:00
932 excludes .zim files from backup part two adding core file somehow the core manifest file didn't go in, so trying again.
This commit is contained in:
parent
153b75f184
commit
a765ba91c0
@ -18,13 +18,14 @@
|
|||||||
|
|
||||||
<application
|
<application
|
||||||
android:allowBackup="true"
|
android:allowBackup="true"
|
||||||
|
android:fullBackupContent="@xml/backup_rules"
|
||||||
android:hardwareAccelerated="true"
|
android:hardwareAccelerated="true"
|
||||||
android:icon="@mipmap/kiwix_icon"
|
android:icon="@mipmap/kiwix_icon"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:usesCleartextTraffic="true"
|
|
||||||
android:roundIcon="@mipmap/kiwix_icon_round"
|
android:roundIcon="@mipmap/kiwix_icon_round"
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:theme="@style/AppTheme"
|
android:theme="@style/AppTheme"
|
||||||
|
android:usesCleartextTraffic="true"
|
||||||
tools:targetApi="m">
|
tools:targetApi="m">
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
@ -51,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="true" />
|
android:exported="false" />
|
||||||
|
|
||||||
<receiver android:name=".main.KiwixSearchWidget">
|
<receiver android:name=".main.KiwixSearchWidget">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user