mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-09 07:16:04 -04:00
App can now be moved to SD card
This commit is contained in:
parent
7ef57af620
commit
f43bee42aa
@ -2,7 +2,8 @@
|
|||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.kiwix.kiwixmobile"
|
package="org.kiwix.kiwixmobile"
|
||||||
android:versionCode="27"
|
android:versionCode="27"
|
||||||
android:versionName="1.97">
|
android:versionName="1.97"
|
||||||
|
android:installLocation="auto">
|
||||||
|
|
||||||
<supports-screens
|
<supports-screens
|
||||||
android:anyDensity="true"
|
android:anyDensity="true"
|
||||||
@ -20,7 +21,6 @@
|
|||||||
android:allowBackup="true"
|
android:allowBackup="true"
|
||||||
android:hardwareAccelerated="true"
|
android:hardwareAccelerated="true"
|
||||||
android:icon="@mipmap/kiwix_icon"
|
android:icon="@mipmap/kiwix_icon"
|
||||||
android:installLocation="auto"
|
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:theme="@style/AppTheme">
|
android:theme="@style/AppTheme">
|
||||||
<activity
|
<activity
|
||||||
|
Loading…
x
Reference in New Issue
Block a user