Allow SD Card Installation
Just requires a simple android:installLocation="auto"
This commit is contained in:
parent
960131cc0b
commit
9fe4248d46
|
@ -1,5 +1,6 @@
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
|
android:installLocation="auto"
|
||||||
package="im.status.ethereum">
|
package="im.status.ethereum">
|
||||||
|
|
||||||
<!-- non-dangerous permissions -->
|
<!-- non-dangerous permissions -->
|
||||||
|
|
Loading…
Reference in New Issue