Hello,
I use your app every day in my old car. I wrote my own application, I control the beginning and end of video recording via broadcast (com.dailyroads.background.STOP_VIDEO, com.dailyroads.background.START_VIDEO, com.dailyroads.background.STOP_APP, com.dailyroads.intent.action.STOP_APP). It works fine until I replaced android device (from Android 6 to Android 10). Now my app not work,
my broadcasts will not reach DailyRoads. I do not know why. Did google change the broadcasting rights? Or must your application have defined that it is allowed to receive broadcasts from all applications?
Martin
- Martin asked 1 year ago
- last edited 1 year ago
- You must login to post comments
- Mark K asked 1 week ago
- last active 1 week ago
- Joey Spencer asked 3 weeks ago
- last active 3 weeks ago
- David asked 2 months ago
- last active 2 months ago
- 免田 asked 2 months ago
- last active 2 months ago
- José asked 4 months ago
- last active 3 months ago
- Сергей asked 5 months ago
- last active 5 months ago
- Jan asked 6 months ago
- last active 6 months ago
- 徐靜純 asked 6 months ago
- last active 6 months ago
- Sergio Garza asked 6 months ago
- last active 6 months ago
- Bare Metal Dev asked 7 months ago
- last active 7 months ago
- Bill Michaelson asked 7 months ago
- last active 7 months ago
- Michael Ames asked 9 months ago
- last active 9 months ago
- Gary T. Clark asked 9 months ago
- last active 2 months ago
- Karel Oesterreicher asked 10 months ago
- last active 10 months ago
- Lemoine asked 11 months ago
- last active 11 months ago
- Валерий Смирнов asked 11 months ago
- last active 11 months ago
- David Schenfelt asked 12 months ago
- last active 12 months ago
- Александр asked 12 months ago
- last active 12 months ago
- Jacob asked 12 months ago
- last active 12 months ago
- Martin asked 1 year ago
- last active 10 months ago
I am not aware of any changes which would impact this functionality, we’ll need to check some logs from your device. I see you also sent an email, so we’ll investigate this together in private, then write the conclusion here for others to see.
- admin answered 1 year ago
- You must login to post comments
After investigations and back-and-forth emails, the single cause of the problems was the system permission accessible from the app’s background mode settings. That permissions needs to be enabled for broadcasts and automation to work properly on newer Android versions.
- admin answered 10 months ago
- You must login to post comments
Please login first to submit.