mirror of
https://github.com/flutter/flutter
synced 2024-11-05 18:37:51 +00:00
Make flutter create generate a manifest that is similar to SkyShell.apk, fixes #1587
This commit is contained in:
parent
1328562e11
commit
9ec12824aa
1 changed files with 3 additions and 2 deletions
|
@ -253,8 +253,9 @@ final String _apkManifest = '''
|
|||
<activity android:name="org.domokit.sky.shell.SkyActivity"
|
||||
android:launchMode="singleTask"
|
||||
android:theme="@android:style/Theme.Black.NoTitleBar"
|
||||
android:configChanges="orientation|keyboardHidden|keyboard|screenSize"
|
||||
android:hardwareAccelerated="true">
|
||||
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection"
|
||||
android:hardwareAccelerated="true"
|
||||
android:windowSoftInputMode="adjustResize">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN"/>
|
||||
<category android:name="android.intent.category.LAUNCHER"/>
|
||||
|
|
Loading…
Reference in a new issue