File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
</intent-filter >
24
24
</activity >
25
25
26
- <receiver android : name =" com.yoti.mobile.android.sampleapp2.recievers.ShareAttributesResultBroadcastReceiver" >
26
+ <receiver android : name =" com.yoti.mobile.android.sampleapp2.recievers.ShareAttributesResultBroadcastReceiver" android : exported = " false " >
27
27
<intent-filter >
28
28
<action android : name =" com.yoti.services.CALLBACK" />
29
29
</intent-filter >
Original file line number Diff line number Diff line change 21
21
</intent-filter >
22
22
</activity >
23
23
24
- <receiver android : name =" .ShareAttributesResultBroadcastReceiver" >
24
+ <receiver android : name =" .ShareAttributesResultBroadcastReceiver" android : exported = " false " >
25
25
<intent-filter >
26
26
<action android : name =" com.test.app.YOTI_CALLBACK" />
27
27
<action android : name =" com.test.app.BACKEND_CALLBACK" />
You can’t perform that action at this time.
0 commit comments