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
The SDK is assuming if the activity has an intent it must have an URL associated. with is a wrong assumption considering activities can be launched using intent for simple data.
The text was updated successfully, but these errors were encountered:
pjcyber
changed the title
Validate if the intent has data to avoid an NPE
using trackDeepLinks() Validate if the intent has data to avoid an NPE
May 5, 2020
The SDK is assuming if the activity has an intent it must have an URL associated. with is a wrong assumption considering activities can be launched using intent for simple data.
analytics-android/analytics/src/main/java/com/segment/analytics/AnalyticsActivityLifecycleCallbacks.java
Line 101 in a9fefda
The text was updated successfully, but these errors were encountered: