Receive RideState events when app is not started

Comments

2 comments

  • Avatar
    timklge

    I've never used the old SDK, but with the extensions library you can just define a service that is started by the karoo system as soon as the user installs the extension and on every subsequent reboot. Unlike background services on standard android, your process is never killed by the OS, so I think it's very easy to work with.

    0
    Comment actions Permalink
  • Avatar
    Jason

    Great thanks. I see that my  `KarooExtension` is indeed started when the device boots. This is exactly what I need.

    0
    Comment actions Permalink

Please sign in to leave a comment.