浏览代码

android: make app movable to SD card

master
Atrate 5 年前
父节点
当前提交
168dbd6276
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      android/app/src/main/AndroidManifest.xml

+ 2
- 1
android/app/src/main/AndroidManifest.xml 查看文件

@@ -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"

正在加载...
取消
保存