File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2
2
package =" com.ysn.flutter_news_app" >
3
3
4
4
<application
5
- android : label =" flutter_news_app "
5
+ android : label =" @string/app_name "
6
6
android : icon =" @mipmap/ic_launcher" >
7
7
<activity
8
8
android : name =" .MainActivity"
9
9
android : launchMode =" singleTop"
10
10
android : theme =" @style/LaunchTheme"
11
11
android : configChanges =" orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
12
12
android : hardwareAccelerated =" true"
13
- android : windowSoftInputMode =" adjustResize" >
13
+ android : windowSoftInputMode =" adjustResize"
14
+ android : exported =" true" >
14
15
<!-- Specifies an Android theme to apply to this Activity as soon as
15
16
the Android process has started. This theme is visible to the user
16
17
while the Flutter UI initializes. After that, this theme continues
Original file line number Diff line number Diff line change
1
+ <resources ></resources >
You can’t perform that action at this time.
0 commit comments