|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
3 |
| - xmlns:tools="http://schemas.android.com/tools" |
4 |
| - package="com.zhxh.coroutines"> |
| 3 | + xmlns:tools="http://schemas.android.com/tools" |
| 4 | + package="com.zhxh.coroutines"> |
5 | 5 |
|
6 |
| - <uses-permission android:name="android.permission.INTERNET" /> |
| 6 | + <uses-permission android:name="android.permission.INTERNET"/> |
7 | 7 |
|
8 | 8 | <application
|
9 |
| - android:name=".base.BaseApplication" |
10 |
| - android:allowBackup="true" |
11 |
| - android:icon="@mipmap/ic_launcher" |
12 |
| - android:label="@string/app_name" |
13 |
| - android:networkSecurityConfig="@xml/network_security_config" |
14 |
| - android:roundIcon="@mipmap/ic_launcher_round" |
15 |
| - android:supportsRtl="true" |
16 |
| - android:theme="@style/AppTheme" |
17 |
| - tools:ignore="GoogleAppIndexingWarning"> |
18 |
| - <activity android:name=".ui.netspy.MainNetSpyActivity" /> |
19 |
| - <activity android:name=".ui.MainMVPActivity" /> |
20 |
| - <activity android:name="com.zhxh.coroutines.ui.KotlinCoroutineActivity" /> |
| 9 | + android:name=".base.BaseApplication" |
| 10 | + android:allowBackup="true" |
| 11 | + android:icon="@mipmap/ic_launcher" |
| 12 | + android:label="@string/app_name" |
| 13 | + android:networkSecurityConfig="@xml/network_security_config" |
| 14 | + android:roundIcon="@mipmap/ic_launcher_round" |
| 15 | + android:supportsRtl="true" |
| 16 | + android:theme="@style/AppTheme" |
| 17 | + tools:ignore="GoogleAppIndexingWarning"> |
| 18 | + <activity android:name=".ui.netspy.MainNetSpyActivity"/> |
| 19 | + <activity android:name=".ui.MainMVPActivity"/> |
| 20 | + <activity android:name="com.zhxh.coroutines.ui.KotlinCoroutineActivity"/> |
21 | 21 | <activity android:name=".ui.GuideActivity">
|
22 | 22 | <intent-filter>
|
23 |
| - <action android:name="android.intent.action.MAIN" /> |
| 23 | + <action android:name="android.intent.action.MAIN"/> |
24 | 24 |
|
25 |
| - <category android:name="android.intent.category.LAUNCHER" /> |
| 25 | + <category android:name="android.intent.category.LAUNCHER"/> |
26 | 26 | </intent-filter>
|
27 | 27 | </activity>
|
28 | 28 | </application>
|
|
0 commit comments