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
Put an X between the brackets on this line if you have done all of the following:
My beacons have Estimote Monitoring enabled (Check it in the Estimote Cloud, or via app)
My Android device/devices supports BLE and has Android OS version >= 5.0.0
My Android device/devices have bluetooth enabled
My app has Location Permissions granted
Basic information
Estimote SDK version: [Core 1.3.4]
Android devices affected: [all devices]
Android OS version affected: [31 and above]
Beacon hardware version: [any version]
Description
Crash java.lang.IllegalArgumentException SystemAlarmManager.java:32
Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs to be used with inline replies or bubbles.
Stack trace
java.lang.IllegalArgumentException :Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs to be used with inline replies or bubbles.
Prerequisites
Basic information
Estimote SDK version: [Core 1.3.4]
Android devices affected: [all devices]
Android OS version affected: [31 and above]
Beacon hardware version: [any version]
Description
Crash java.lang.IllegalArgumentException SystemAlarmManager.java:32
Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs to be used with inline replies or bubbles.
Stack trace
Expected behavior: [Register beacon]
Actual behavior: [Crash]
The text was updated successfully, but these errors were encountered: