android: make app movable to SD card

pull/7447/head jitsi-meet_4921
Atrate 4 years ago committed by GitHub
parent 400c86ad5e
commit 168dbd6276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      android/app/src/main/AndroidManifest.xml

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

Loading…
Cancel
Save