File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
connectivity/callnotification/src/main Expand file tree Collapse file tree 3 files changed +19
-2
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" />
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 >
27
33
28
34
<receiver android : name =" .CallNotificationSample$NotificationReceiver"
29
35
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
+
38
43
<!--
39
44
Handle ACTION_SEND intents to receive data shared by other apps.
40
45
-->
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" />
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 >
33
39
<activity
34
40
android : name =" .DualScreenActivity"
35
41
android : exported =" false"
You can’t perform that action at this time.
0 commit comments