File tree Expand file tree Collapse file tree 3 files changed +28
-22
lines changed Expand file tree Collapse file tree 3 files changed +28
-22
lines changed Original file line number Diff line number Diff line change 13
13
android : roundIcon =" @mipmap/ic_launcher_round"
14
14
android : supportsRtl =" true"
15
15
android : theme =" @style/AppTheme"
16
- tools : ignore =" GoogleAppIndexingWarning" >
17
-
18
- <activity
19
- android : name =" com.melih.list.ui.LaunchesActivity"
20
- android : theme =" @style/AppTheme" >
21
- <intent-filter >
22
- <action android : name =" android.intent.action.MAIN" />
23
- <category android : name =" android.intent.category.LAUNCHER" />
24
- </intent-filter >
25
- </activity >
26
-
27
- <activity
28
- android : name =" com.melih.detail.ui.DetailActivity"
29
- android : theme =" @style/AppTheme" >
30
- <intent-filter >
31
- <action android : name =" action.dashboard.open" />
32
- <category android : name =" android.intent.category.DEFAULT" />
33
- </intent-filter >
34
- </activity >
35
- </application >
16
+ tools : ignore =" GoogleAppIndexingWarning" />
36
17
</manifest >
Original file line number Diff line number Diff line change 1
1
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
- package =" com.melih.detail" />
2
+ package =" com.melih.detail" >
3
+
4
+ <application >
5
+ <activity
6
+ android : name =" com.melih.detail.ui.DetailActivity"
7
+ android : theme =" @style/AppTheme" >
8
+ <intent-filter >
9
+ <action android : name =" action.dashboard.open" />
10
+ <category android : name =" android.intent.category.DEFAULT" />
11
+ </intent-filter >
12
+ </activity >
13
+ </application >
14
+ </manifest >
Original file line number Diff line number Diff line change 1
- <manifest package =" com.melih.list" />
1
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
+ package =" com.melih.list" >
3
+
4
+ <application >
5
+ <activity
6
+ android : name =" com.melih.list.ui.LaunchesActivity"
7
+ android : theme =" @style/AppTheme" >
8
+ <intent-filter >
9
+ <action android : name =" android.intent.action.MAIN" />
10
+ <category android : name =" android.intent.category.LAUNCHER" />
11
+ </intent-filter >
12
+ </activity >
13
+ </application >
14
+ </manifest >
You can’t perform that action at this time.
0 commit comments