Skip to content

Conversation

@noah-livio
Copy link
Contributor

Clean up metadata in AndroidManifest.xml
Add BLUETOOTH_CONNECT permission to AndroidManifest.xml
Fix LocationPermissionHelper.getNewestInstance() always returning null
Add direct Bluetooth permission request to MainActivity
Add PendingIntent to SdlReceiver to use an existing router service if available

Clean up metadata in AndroidManifest.xml
Add BLUETOOTH_CONNECT permission to AndroidManifest.xml
Fix LocationPermissionHelper.getNewestInstance() always returning null
Add direct Bluetooth permission request to MainActivity
Add PendingIntent to SdlReceiver to use an existing router service if available
Copy link
Contributor

@JulianKast JulianKast left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall review of the app, looks good. a few changes are necessary, In SdlService I would change :

override fun onStartCommand(intent: Intent, flags: Int, startId: Int): Int {
to
override fun onStartCommand(intent: Intent?, flags: Int, startId: Int): Int {

Also, I don't see the benefit of using Factory Pattern as the library already uses the builder pattern to build SdlManager.

@JulianKast JulianKast merged commit 841c8ae into develop Jun 13, 2022
@JulianKast JulianKast deleted the android_12_and_5.4.0_updates branch June 13, 2022 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants