[android] Changed install location to auto to avoid strange error
This commit is contained in:
parent
8398931398
commit
a5fa463e9c
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.guidewithme">
|
||||
package="com.guidewithme"
|
||||
android:installLocation="auto">
|
||||
|
||||
|
||||
<uses-permission
|
||||
|
|
Reference in a new issue