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
The new settings API is supposed to allow you to use the following rather than inserting a value in the deprecated means of setting the value AndoirdManifest.xml
val settings = Settings(
longScanForcingEnabled = true
)
beaconManager.repalaceSettings(settings)
Actual behavior
The above code has no effect, meaning that the deprecated means of setting this in the AndroidManifest.xml is still required until the bug is fixed. A similar problem exists with two other minor settings with settings.getRssiFilterImplClass()
Steps to reproduce this behavior
Modify the reference app to add the above settings with a foreground service and scan periods with a 100% duty cycle, then let the scan run for over 30 minutes. Note a warning in the log that scans will be stopped.
Mobile device model and OS version
Andorid 7.1+
Android Beacon Library version
2.21.0-beta2+
The text was updated successfully, but these errors were encountered:
Expected behavior
The new settings API is supposed to allow you to use the following rather than inserting a value in the deprecated means of setting the value AndoirdManifest.xml
Actual behavior
The above code has no effect, meaning that the deprecated means of setting this in the AndroidManifest.xml is still required until the bug is fixed. A similar problem exists with two other minor settings with
settings.getRssiFilterImplClass()
Steps to reproduce this behavior
Modify the reference app to add the above settings with a foreground service and scan periods with a 100% duty cycle, then let the scan run for over 30 minutes. Note a warning in the log that scans will be stopped.
Mobile device model and OS version
Andorid 7.1+
Android Beacon Library version
2.21.0-beta2+
The text was updated successfully, but these errors were encountered: