Skip to content

Experimental Release: More Reliable Service Stop

Pre-release
Pre-release
Compare
Choose a tag to compare
@davidgyoung davidgyoung released this 07 Nov 20:34
· 369 commits to master since this release

This release commands a stopSelf() of the beacon scanning service after the last client connection unbinds. This may help make stopping foreground services more reliable.

To use this release, you must download the aar file attached to this release, and configure it with your project like so:

  • Edit your innermost build.gradle file to add the beta library AAR as a dependency like so:

    dependencies {
      compile 'org.altbeacon:android-beacon-library-more-reliable-service-stop@aar'
    }
    
  • Create a /libs folder next to the build.gradle above, then download and copy the aar file attached to this release into this folder.