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