Allow installation on external storage (SD card)
Change-Id: Ied56bfe26ebf0082aab91ff823da732f26ab5702
This commit is contained in:
parent
85889e6909
commit
8559269f6a
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.libreoffice.impressremote"
|
||||
android:versionCode="7"
|
||||
android:versionName="1.0.5+ Impress Remote" >
|
||||
android:versionName="1.0.5+ Impress Remote"
|
||||
android:installLocation="auto" >
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.BLUETOOTH" />
|
||||
|
|
Loading…
Reference in a new issue