1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3- xmlns : tools =" http://schemas.android.com/tools" >
4-
5- <uses-permission android : name =" android.permission.INTERNET" />
6- <uses-permission android : name =" android.permission.ACCESS_COARSE_LOCATION" />
7- <uses-permission android : name =" android.permission.ACCESS_FINE_LOCATION" />
8-
9- <application
10- android : allowBackup =" true"
11- android : dataExtractionRules =" @xml/data_extraction_rules"
12- android : fullBackupContent =" @xml/backup_rules"
13- android : icon =" @mipmap/ic_launcher"
14- android : label =" @string/app_name"
15- android : roundIcon =" @mipmap/ic_launcher_round"
16- android : supportsRtl =" true"
17- android : theme =" @style/Theme.MBCompass"
18- tools : targetApi =" 31" >
19- <activity
20- android : name =" .MainActivity"
21- android : exported =" true"
22- android : theme =" @style/Theme.MBCompass" >
23- <intent-filter >
24- <action android : name =" android.intent.action.MAIN" />
25-
26- <category android : name =" android.intent.category.LAUNCHER" />
27- </intent-filter >
28- </activity >
29- </application >
30-
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3+ xmlns : tools =" http://schemas.android.com/tools" >
4+
5+ <uses-permission android : name =" android.permission.INTERNET" />
6+ <uses-permission android : name =" android.permission.ACCESS_COARSE_LOCATION" />
7+ <uses-permission android : name =" android.permission.ACCESS_FINE_LOCATION" />
8+
9+ <application
10+ android : allowBackup =" true"
11+ android : dataExtractionRules =" @xml/data_extraction_rules"
12+ android : fullBackupContent =" @xml/backup_rules"
13+ android : icon =" @mipmap/ic_launcher"
14+ android : label =" @string/app_name"
15+ android : roundIcon =" @mipmap/ic_launcher_round"
16+ android : supportsRtl =" true"
17+ android : theme =" @style/Theme.MBCompass"
18+ tools : targetApi =" 31" >
19+ <activity
20+ android : name =" .MainActivity"
21+ android : windowSoftInputMode =" adjustResize"
22+ android : exported =" true"
23+ android : theme =" @style/Theme.MBCompass" >
24+ <intent-filter >
25+ <action android : name =" android.intent.action.MAIN" />
26+
27+ <category android : name =" android.intent.category.LAUNCHER" />
28+ </intent-filter >
29+ </activity >
30+ </application >
31+
3132</manifest >
0 commit comments