Git Product home page Git Product logo

Comments (4)

simonvar avatar simonvar commented on August 20, 2024 1

You need not only foregroundServiceType=“location”, but also a new pemission in manifest:
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_LOCATION" />

from android-beacon-library.

stephenruda avatar stephenruda commented on August 20, 2024

When targeting Android 14, every Foreground Service is required to specify a foregroundServiceType in the manifest.

I agree that the library needs to be updated to add this specification. However, you can actually get around this problem by setting the foregroundServiceType in your own manifest.

Try adding this within the <application> block of your your AndroidManifest.xml

<service
    android:name="org.altbeacon.beacon.service.BeaconService"
    android:foregroundServiceType="location" />

Manifest entries our automatically merged so the result in the merged version would look something like this...
Screenshot 2023-08-02 at 5 18 59 PM
The lines that are unhighlighted are the lines we have in our main manifest and the lines that are highlighted are the lines merged from the manifest of a dependency.

This should solve your problem until the library is officially updated to support targeting Android 14. Hope it helps!

from android-beacon-library.

davidgyoung avatar davidgyoung commented on August 20, 2024

Thanks for this, @stephenruda. This is consistent with what I had planned to do to the library for Android 14 — essentially just adding that same foregroundServiceType=“location” attribute to the library’s included manifest. My understanding is that this is the only change needed.

I hope to have this tested and in the library before Sept. 1, 2023 — I have been delayed testing Android 14 myself due to my eligible test phones being dedicated to other projects. But it is good to know your testing suggests this is a viable solution.

For anyone else waiting for official library support, please use Stephen’s solution above in the meantime.

from android-beacon-library.

davidgyoung avatar davidgyoung commented on August 20, 2024

Addressed in #1155

from android-beacon-library.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.