analytics-android icon indicating copy to clipboard operation
analytics-android copied to clipboard

The hassle-free way to add analytics to your Android app.

Results 32 analytics-android issues
Sort by recently updated
recently updated
newest added

java.lang.SecurityException: br.com.petz: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts at android.os.Parcel.createExceptionOrNull(Parcel.java:3057) at android.os.Parcel.createException(Parcel.java:3041) at android.os.Parcel.readException(Parcel.java:3024) at android.os.Parcel.readException(Parcel.java:2966) at android.app.IActivityManager$Stub$Proxy.registerReceiverWithFeature(IActivityManager.java:5684)...

Akin to the rationale provided in the following task: https://github.com/segmentio/analytics-swift/issues/172 We should add an `application_foregrounded` event to bookend the current `application_backgrounded` event. The fact that this event now exists on...