File tree Expand file tree Collapse file tree 2 files changed +1
-59
lines changed Expand file tree Collapse file tree 2 files changed +1
-59
lines changed Original file line number Diff line number Diff line change 2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
package =" com.pengxh.kt.lib" >
4
4
5
- <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
6
- <uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" />
7
-
8
5
<application
9
6
android : allowBackup =" true"
10
7
android : icon =" @mipmap/ic_launcher"
14
11
android : theme =" @style/Theme.AppCompat.Light.NoActionBar"
15
12
android : usesCleartextTraffic =" true" >
16
13
<activity
17
- android : name =" .WelcomeActivity "
14
+ android : name =" .MainActivity "
18
15
android : exported =" true" >
19
16
<intent-filter >
20
17
<action android : name =" android.intent.action.MAIN" />
21
18
22
19
<category android : name =" android.intent.category.LAUNCHER" />
23
20
</intent-filter >
24
21
</activity >
25
-
26
- <activity android : name =" .MainActivity" />
27
22
</application >
28
23
</manifest >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments