File tree Expand file tree Collapse file tree 3 files changed +2
-19
lines changed
connectivity/callnotification/src/main Expand file tree Collapse file tree 3 files changed +2
-19
lines changed Original file line number Diff line number Diff line change 23
23
<activity
24
24
android : name =" .CallNotificationSample"
25
25
android : launchMode =" singleTop"
26
- android : exported =" true" >
27
- <intent-filter >
28
- <action android : name =" android.intent.action.MAIN" />
29
-
30
- <category android : name =" android.intent.category.LAUNCHER" />
31
- </intent-filter >
32
- </activity >
26
+ android : exported =" true" />
33
27
34
28
<receiver android : name =" .CallNotificationSample$NotificationReceiver"
35
29
android : exported =" false" />
Original file line number Diff line number Diff line change 35
35
android : exported =" true"
36
36
android : label =" @string/receive_share" >
37
37
38
- <intent-filter >
39
- <action android : name =" android.intent.action.MAIN" />
40
- <category android : name =" android.intent.category.LAUNCHER" />
41
- </intent-filter >
42
-
43
38
<!--
44
39
Handle ACTION_SEND intents to receive data shared by other apps.
45
40
-->
Original file line number Diff line number Diff line change 29
29
<activity
30
30
android : name =" .demos.WindowDemosActivity"
31
31
android : exported =" true"
32
- android : label =" @string/windowManagerDemos" >
33
- <intent-filter >
34
- <action android : name =" android.intent.action.MAIN" />
35
-
36
- <category android : name =" android.intent.category.LAUNCHER" />
37
- </intent-filter >
38
- </activity >
32
+ android : label =" @string/windowManagerDemos" />
39
33
<activity
40
34
android : name =" .DualScreenActivity"
41
35
android : exported =" false"
You can’t perform that action at this time.
0 commit comments