Browse Source

android: make app movable to SD card

master
Atrate 5 years ago
parent
commit
168dbd6276
No account linked to committer's email address
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      android/app/src/main/AndroidManifest.xml

+ 2
- 1
android/app/src/main/AndroidManifest.xml View File

@@ -1,6 +1,7 @@
1 1
 <manifest
2 2
     xmlns:android="http://schemas.android.com/apk/res/android"
3
-    package="org.jitsi.meet">
3
+    package="org.jitsi.meet"
4
+    android:installLocation="auto">
4 5
   <application
5 6
       android:allowBackup="true"
6 7
       android:icon="@mipmap/ic_launcher"

Loading…
Cancel
Save