You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -93,7 +93,11 @@ Add the below configuration to your manifest:
93
93
```
94
94
[See this code in one of our sample apps](./sample-app/src/main/AndroidManifest.xml)
95
95
96
-
Adding this broadcast receiver class, this acts as a listener for Yoti to get the callback URL from the Yoti app. Please note there are two call back options:
96
+
This broadcast receiver was used to receive the communication back from the Yoti App. That's not
97
+
the case in recent versions of the SDK and it is only used internally within your app. Therefore we
98
+
strongly recommend you to declare your receiver with the option exported="false".
0 commit comments