sdl_java_suite
sdl_java_suite copied to clipboard
SmartDeviceLink libraries for Android, Java SE, and Java EE
Fixes #1883 This PR is **[ready]** for review. ### Risk This PR makes **[no]** API changes. ### Testing Plan - [x] I have verified that I have not introduced new...
### Description ### Warnings #### AGP update recommended There is this new Android Gradle Plugin (AGP) warning present since the recent upgrade to support Android SDK 34 (#1856, #1880). >...
Fixes #1854 This PR is **[ready]** for review. ### Risk This PR makes **[minor]** API changes. ### Testing Plan - [x] I have verified that I have not introduced new...
### Description Investigate if we can change `PendingIntent.getForegroundService` to`PendingIntent.getService` in SdlRouterService since it is already in the foreground
### Bug Summary We're seeing the same bug from [issue #1881](https://github.com/smartdevicelink/sdl_java_suite/issues/1881) show up in our Crashlytics logs for 5.7.0 despite a fix for it being included. We did not encounter...
### Description Android 15 has been released last month, and Google will enforces app developers to update API level to 35 in next few months. Is there any plan to...