Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
35adf72c
Commit
35adf72c
authored
Oct 23, 2019
by
Taufiq Rahman
Committed by
Jonah Williams
Oct 23, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add `smallestScreenSize` to `android:configChanges` in the Android manifest template (#43245)
parent
016ca1a0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
AndroidManifest.xml.tmpl
...es/app/android.tmpl/app/src/main/AndroidManifest.xml.tmpl
+1
-1
AndroidManifest.xml.tmpl
...ost_app_common/app.tmpl/src/main/AndroidManifest.xml.tmpl
+1
-1
No files found.
packages/flutter_tools/templates/app/android.tmpl/app/src/main/AndroidManifest.xml.tmpl
View file @
35adf72c
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
android:name=".MainActivity"
android:name=".MainActivity"
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:configChanges="orientation|keyboardHidden|keyboard|screenSize|
smallestScreenSize|
locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:hardwareAccelerated="true"
android:hardwareAccelerated="true"
android:windowSoftInputMode="adjustResize">
android:windowSoftInputMode="adjustResize">
{{^useAndroidEmbeddingV2}}
{{^useAndroidEmbeddingV2}}
...
...
packages/flutter_tools/templates/module/android/host_app_common/app.tmpl/src/main/AndroidManifest.xml.tmpl
View file @
35adf72c
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
android:name=
".MainActivity"
android:name=
".MainActivity"
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:configChanges=
"orientation|keyboardHidden|keyboard|screenSize|
smallestScreenSize|
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment