beacons-android
beacons-android copied to clipboard
Android BLE advertising library
Hello, I have couple of issue using this library. I have two different devices: - Samsung XCover 4S - Huawei Mate 20 lite On Samsung occasionally when I try to...
I am using to publish iBeacons, But i don't know in what format this library encodes it. While I am trying to scan it by Google NearBy, I am not...
@adriancretu It is possible to add support for Raspberry pi 3 with Android Things installed?
I am trying to use the library to broadcast a Beacon from my Google Pixel XL running Android 8.1. I am facing two issues: - My sample app was initially...
This is not actually an issue, but just a question. I am trying to set some flags on an Advertisement data for my app. For example , LE limited Discoverable...
Hello, we have recently been getting this crash message: ``` java.lang.IllegalStateException: Limit exceed; cannot create more channels at android.os.Parcel.createExceptionOrNull(Parcel.java:2394) at android.os.Parcel.createException(Parcel.java:2370) at android.os.Parcel.readException(Parcel.java:2353) at android.os.Parcel.readException(Parcel.java:2295) at android.app.INotificationManager$Stub$Proxy.createNotificationChannels(INotificationManager.java:4340) at android.app.NotificationManager.createNotificationChannels(NotificationManager.java:863) at...
Hi, Since this project is quite old and unmaintained, would you mind open sourcing it so people could try to upgrade it in the latest Android version ? It would...