|
|
@ -1,5 +1,5 @@
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
package="com.example.gallery">
|
|
|
|
package="io.flutter.demo.gallery">
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 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.
|
|
|
@ -12,9 +12,9 @@
|
|
|
|
android:icon="@mipmap/ic_launcher">
|
|
|
|
android:icon="@mipmap/ic_launcher">
|
|
|
|
<activity
|
|
|
|
<activity
|
|
|
|
android:name=".MainActivity"
|
|
|
|
android:name=".MainActivity"
|
|
|
|
|
|
|
|
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
|
|
|
|
android:launchMode="singleTop"
|
|
|
|
android:launchMode="singleTop"
|
|
|
|
android:theme="@style/LaunchTheme"
|
|
|
|
android:theme="@style/LaunchTheme"
|
|
|
|
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
|
|
|
|
|
|
|
|
android:hardwareAccelerated="true"
|
|
|
|
android:hardwareAccelerated="true"
|
|
|
|
android:windowSoftInputMode="adjustResize">
|
|
|
|
android:windowSoftInputMode="adjustResize">
|
|
|
|
<!-- This keeps the window background of the activity showing
|
|
|
|
<!-- This keeps the window background of the activity showing
|
|
|
|