Devin Duricka
Devin Duricka
I found that sending an [urgent install request](https://developers.google.com/android/guides/module-install-apis#send_an_urgent_module_install_request) for the module seems to help: ``` implementation 'com.google.android.gms:play-services-code-scanner:16.0.0' implementation 'com.google.android.gms:play-services-base:18.2.0' ``` ``` val scanner = GmsBarcodeScanning.getClient(this) val moduleInstallRequest = ModuleInstallRequest.newBuilder() .addApi(scanner)...
> @DevinDuricka It's real work! Thanks! But Google Code Scanner shows black screen when launching it today( Are you on a physical device or emulator? I've noticed the emulators will...
I've also noticed that when using `MediaSessionService` the notification will only include the artwork if the `MediaItem` sets the Artwork data, but not the `playlistMetadata` (this may be by design)....