ソースを参照

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"

読み込み中…
キャンセル
保存