|
1 | 1 | <manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
2 | 2 |
|
3 |
| - <uses-permission android:name="android.permission.INTERNET" /> |
| 3 | + <uses-permission android:name="android.permission.INTERNET" /> |
4 | 4 |
|
5 |
| - <application |
6 |
| - android:name=".MainApplication" |
7 |
| - android:label="@string/app_name" |
8 |
| - android:icon="@mipmap/ic_launcher" |
9 |
| - android:roundIcon="@mipmap/ic_launcher_round" |
10 |
| - android:allowBackup="false" |
11 |
| - android:theme="@style/AppTheme" |
12 |
| - android:supportsRtl="true"> |
13 |
| - <activity |
14 |
| - android:name=".MainActivity" |
15 |
| - android:label="@string/app_name" |
16 |
| - android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" |
17 |
| - android:launchMode="singleTask" |
18 |
| - android:windowSoftInputMode="adjustResize" |
19 |
| - android:exported="true"> |
20 |
| - <intent-filter> |
21 |
| - <action android:name="android.intent.action.MAIN" /> |
22 |
| - <category android:name="android.intent.category.LAUNCHER" /> |
23 |
| - </intent-filter> |
24 |
| - </activity> |
25 |
| - <meta-data android:name="asset_statements" android:resource="@string/asset_statements" /> |
26 |
| - </application> |
| 5 | + <application |
| 6 | + android:name=".MainApplication" |
| 7 | + android:label="@string/app_name" |
| 8 | + android:allowBackup="false" |
| 9 | + android:theme="@style/AppTheme" |
| 10 | + android:supportsRtl="true"> |
| 11 | + <activity |
| 12 | + android:name=".MainActivity" |
| 13 | + android:label="@string/app_name" |
| 14 | + android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" |
| 15 | + android:launchMode="singleTask" |
| 16 | + android:windowSoftInputMode="adjustResize" |
| 17 | + android:exported="true"> |
| 18 | + <intent-filter> |
| 19 | + <action android:name="android.intent.action.MAIN" /> |
| 20 | + <category android:name="android.intent.category.LAUNCHER" /> |
| 21 | + </intent-filter> |
| 22 | + </activity> |
| 23 | + <meta-data android:name="asset_statements" android:resource="@string/asset_statements" /> |
| 24 | + </application> |
27 | 25 | </manifest>
|
0 commit comments