allow move to sd

This commit is contained in:
Alexey Kuznetsov 2016-12-23 15:55:13 +03:00
commit 75cd2c5141

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"
package="com.github.axet.audiorecorder">
package="com.github.axet.audiorecorder"
android:installLocation="auto">
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />