Merge pull request #206 from leggewie/patch-1

Allow installation to external media (SD card)
This commit is contained in:
Jakob Nixdorf 2018-10-12 16:42:13 +02:00 committed by GitHub
commit 2933925753
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"
android:installLocation="auto"
package="org.shadowice.flocke.andotp">
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />