mirror of
https://github.com/kiwix/libkiwix.git
synced 2026-02-23 09:47:03 -05:00
14 lines
249 B
XML
14 lines
249 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
package="kiwix.org.kiwixlib"
|
|
>
|
|
|
|
<application android:allowBackup="true"
|
|
android:label="@string/app_name"
|
|
android:supportsRtl="true"
|
|
>
|
|
|
|
</application>
|
|
|
|
</manifest>
|