analytics-android
analytics-android copied to clipboard
Fire device do not get analytics ids
Fire devices do not contain the google mobiles services libraries https://github.com/segmentio/analytics-android/blob/master/analytics/src/main/java/com/segment/analytics/AnalyticsContext.java#L155
This line requires the google mobile services library in order to try and determine the analytics id
this check is not needed as it will succeed because of the code later tries to get either id: https://github.com/segmentio/analytics-android/blob/master/analytics/src/main/java/com/segment/analytics/GetAdvertisingIdTask.java#L92