1
1
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
- package =" ja.burhanrashid52.whattodo" >
2
+ package =" ja.burhanrashid52.whattodo" >
3
3
4
- <!-- The INTERNET permission is required for development. Specifically,
5
- flutter needs it to communicate with the running application
6
- to allow setting breakpoints, to provide hot reload, etc.
7
- -->
8
- <uses-permission android : name =" android.permission.INTERNET" />
4
+ <!-- The INTERNET permission is required for development. Specifically,
5
+ flutter needs it to communicate with the running application
6
+ to allow setting breakpoints, to provide hot reload, etc.
7
+ -->
8
+ <uses-permission android : name =" android.permission.INTERNET" />
9
9
10
- <!-- io.flutter.app.FlutterApplication is an android.app.Application that
11
- calls FlutterMain.startInitialization(this); in its onCreate method.
12
- In most cases you can leave this as-is, but you if you want to provide
13
- additional functionality it is fine to subclass or reimplement
14
- FlutterApplication and put your custom class here. -->
15
- <application
16
- android : icon =" @mipmap/ic_launcher"
17
- android : label =" WhatTodo" >
18
- <activity
19
- android : name =" .MainActivity"
20
- android : configChanges =" orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale"
21
- android : hardwareAccelerated =" true"
22
- android : launchMode =" singleTop"
23
- android : theme =" @style/LaunchTheme"
24
- android : windowSoftInputMode =" adjustResize" >
25
- <!-- This keeps the window background of the activity showing
26
- until Flutter renders its first frame. It can be removed if
27
- there is no splash screen (such as the default splash screen
28
- defined in @style/LaunchTheme). -->
29
- <intent-filter >
30
- <action android : name =" android.intent.action.MAIN" />
31
- <category android : name =" android.intent.category.LAUNCHER" />
32
- </intent-filter >
33
- </activity >
34
- <meta-data
35
- android : name =" flutterEmbedding"
36
- android : value =" 2" />
37
- </application >
10
+ <!-- io.flutter.app.FlutterApplication is an android.app.Application that
11
+ calls FlutterMain.startInitialization(this); in its onCreate method.
12
+ In most cases you can leave this as-is, but you if you want to provide
13
+ additional functionality it is fine to subclass or reimplement
14
+ FlutterApplication and put your custom class here. -->
15
+ <application
16
+ android : icon =" @mipmap/ic_launcher"
17
+ android : label =" WhatTodo" >
18
+ <activity
19
+ android : name =" .MainActivity"
20
+ android : exported =" true"
21
+ android : configChanges =" orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale"
22
+ android : hardwareAccelerated =" true"
23
+ android : launchMode =" singleTop"
24
+ android : theme =" @style/LaunchTheme"
25
+ android : windowSoftInputMode =" adjustResize" >
26
+ <!-- This keeps the window background of the activity showing
27
+ until Flutter renders its first frame. It can be removed if
28
+ there is no splash screen (such as the default splash screen
29
+ defined in @style/LaunchTheme). -->
30
+ <intent-filter >
31
+ <action android : name =" android.intent.action.MAIN" />
32
+ <category android : name =" android.intent.category.LAUNCHER" />
33
+ </intent-filter >
34
+ </activity >
35
+ <meta-data
36
+ android : name =" flutterEmbedding"
37
+ android : value =" 2" />
38
+ </application >
38
39
</manifest >
0 commit comments