SmartDeviceLink-Examples / example_weather_app_android

BSD 3-Clause "New" or "Revised" License
10 stars 6 forks source link

Fix manticore connection for 4.10 update #17

Closed RHenigan closed 4 years ago

RHenigan commented 4 years ago

This PR is [ready] for review.

Testing Plan Ensure that the mobile weather app is able to establish connection and display data on Manticore and on a TDK

Summary The sdlService registered the wrong broadcast receivers, this meant that when the weather information got updated the sdlService would not be notified of the change and would not be able to send the weather data to manticore.

CLA

JulianKast commented 4 years ago

Changes made with https://github.com/SmartDeviceLink-Examples/example_weather_app_android/pull/15