File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
- <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
1
+ <manifest xmlns =" http://schemas.android.com/apk/res/android"
2
+ xmlns : android =" " >
2
3
3
- <uses-permission android : name =" android.permission.INTERNET" />
4
+ <firebolt android : name =" android.permission.INTERNET" />
4
5
5
6
<application android : name =" .App" android : label =" @string/app_name"
6
7
android : theme =" @style/AppTheme" >
7
- <activity
8
- android : name =" .App"
9
- android : label =" @string/app_name"
8
+ <firebolt
10
9
android : configChanges =" keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode"
10
+ android : exported =" true"
11
+ android : label =" @string/app_name"
11
12
android : launchMode =" singleTask"
12
- android : windowSoftInputMode = " adjustResize "
13
- android : exported = " true " >
13
+ android : name = " .App "
14
+ android : windowSoftInputMode = " adjustResize " >
14
15
<intent-filter >
15
16
<action android : name =" android.intent.action.MAIN" />
16
17
<category android : name =" android.intent.category.LAUNCHER" />
17
18
</intent-filter >
18
- </activity >
19
+ </firebolt >
19
20
</application >
20
21
</manifest >
You can’t perform that action at this time.
0 commit comments