From 9ec12824aaa05de9c89966a677011f6bc4c1ee12 Mon Sep 17 00:00:00 2001 From: Collin Jackson Date: Mon, 8 Feb 2016 11:11:25 -0800 Subject: [PATCH] Make flutter create generate a manifest that is similar to SkyShell.apk, fixes #1587 --- packages/flutter_tools/lib/src/commands/create.dart | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/flutter_tools/lib/src/commands/create.dart b/packages/flutter_tools/lib/src/commands/create.dart index 90b09ff3fd..8a601e1aca 100644 --- a/packages/flutter_tools/lib/src/commands/create.dart +++ b/packages/flutter_tools/lib/src/commands/create.dart @@ -253,8 +253,9 @@ final String _apkManifest = ''' + android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection" + android:hardwareAccelerated="true" + android:windowSoftInputMode="adjustResize">