소스 검색

android: make app movable to SD card

master
Atrate 5 년 전
부모
커밋
168dbd6276
No account linked to committer's email address
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"

Loading…
취소
저장