1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
- package =" com.tds.demo" >
3
+ package =" com.tds.demo" >
4
4
5
- <uses-permission android : name =" android.permission.INTERNET" />
5
+ <uses-permission android : name =" android.permission.INTERNET" />
6
6
7
- <application
8
- android : allowBackup =" true"
9
- android : icon =" @mipmap/ic_launcher"
10
- android : label =" @string/app_name"
11
- android : networkSecurityConfig =" @xml/network_security_config"
12
- android : roundIcon =" @mipmap/ic_launcher_round"
13
- android : supportsRtl =" true"
14
- android : theme =" @style/AppTheme" >
15
- <activity android : name =" .MainActivity" >
16
- <intent-filter >
17
- <action android : name =" android.intent.action.MAIN" />
7
+ <application
8
+ android : allowBackup =" true"
9
+ android : icon =" @mipmap/ic_launcher"
10
+ android : label =" @string/app_name"
11
+ android : networkSecurityConfig =" @xml/network_security_config"
12
+ android : roundIcon =" @mipmap/ic_launcher_round"
13
+ android : supportsRtl =" true"
14
+ android : theme =" @style/AppTheme" >
15
+ <activity
16
+ android : name =" .MainActivity"
17
+ android : configChanges =" orientation|keyboardHidden|screenSize|locale|uiMode|screenLayout" >
18
+ <intent-filter >
19
+ <action android : name =" android.intent.action.MAIN" />
18
20
19
- <category android : name =" android.intent.category.LAUNCHER" />
20
- </intent-filter >
21
- </activity >
21
+ <category android : name =" android.intent.category.LAUNCHER" />
22
+ </intent-filter >
23
+ </activity >
22
24
23
- <activity android : name =" .tapdb.TapDBActivity" />
25
+ <activity
26
+ android : name =" .tapdb.TapDBActivity"
27
+ android : configChanges =" orientation|keyboardHidden|screenSize|locale|uiMode|screenLayout" />
24
28
25
-
26
- </application >
29
+ </application >
27
30
28
31
</manifest >
0 commit comments