Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Samsung devices not detecting beacons by intent after first screen off #1187

Open
davidgyoung opened this issue Apr 14, 2024 · 0 comments
Open

Comments

@davidgyoung
Copy link
Member

Expected behavior

Apps using the library's IntentScanStrategy will continue to detect beacons after the screen is turned off.

Actual behavior

After first launch of the app and the subsequent screen turn off, beacon detections stop. They resume as soon as the screen is illuminated again.

Steps to reproduce this behavior

  1. Install the Kotlin Beacon Reference App (modified to use the IntentScanStrategy) on A Samsung Device with Android 14
  2. Grant all permissions
  3. Turn on a 10Hz beacon transmitter and ensure beacons are detected in the foreground.
  4. Watch logicat filtering for BroadcastRecevier, seeing multiple detections get delivered to the reference app per second.
  5. Turn the screen off. See that detections stop in a few seconds.
  6. Wait 30 seconds or more and confirm no further detections are seen
  7. Turn the screen on, see that detections resume.
  8. Turn the screen off, see that detections continue (at a slower rate)

Mobile device model and OS version

Samsung Galaxy S23 Android 14
Samsung Galaxy Tab 8 Android 14

Android Beacon Library version

2.20.4

This same problem was not witnessed on earlier Samsung OS versions and Pixel devices:

Samsung Galaxy A10 Android 11 (detections continue with screen off at 5-10 Hz)
Samsung Galaxy S23 Android 13 (detections continue with screen off at 3/sec)
Google Pixel 4a Android 14 (detections continue with screen off at 0.1 Hz)

It is unclear whether this is an Samsung bug for an intentional change.

No meaningful log lines are visible at a system level when this happens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant