2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2025-05-02 07:37:23 +02:00

Merge branch 'MTRNord/external' into 'main'

Allow app to be moved to external storage

See merge request 
This commit is contained in:
Krille Fear 2022-03-20 14:03:36 +00:00
commit a51effaef9

@ -1,6 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
package="chat.fluffy.fluffychat"> package="chat.fluffy.fluffychat" android:installLocation="auto">
<!-- io.flutter.app.FlutterApplication is an android.app.Application that <!-- io.flutter.app.FlutterApplication is an android.app.Application that
calls FlutterMain.startInitialization(this); in its onCreate method. calls FlutterMain.startInitialization(this); in its onCreate method.
In most cases you can leave this as-is, but you if you want to provide In most cases you can leave this as-is, but you if you want to provide