ziem

Results 23 comments of ziem

You are right. I overlooked it. considerExifParams(true) solved my problem, thanks.

Thanks @marcbaechinger for your investigation. Do you want me to create a PR?

I'm using Android Debug Bridge version 1.0.39 (Revision 3db08f2c6889-android) and Android SDK Tools version 26.0.2.

Yup: >/usr/local/share/android-sdk/platform-tools/adb devices && echo "Result of adb devices is $?" >List of devices attached >015d24a7f0481811 device >8fa40d7b086c0dea device > >Result of adb devices is 0

I added >/usr/local/share/android-sdk/platform-tools/adb devices && echo "Result of adb devices is $?" to the jenkins job just before: >java -jar composer-0.2.3.jar \ > --apk $APK_FOLDER/....apk \ > --test-apk $APK_FOLDER/...-androidTest.apk \...

Yes, I'm running it on macOS - I should've added it to my initial post. I will try to somehow copy them. Thanks for your help.

@JaCobbMedia does `onDeviceInfoChanged` work for you out of the box? When is it triggered?

> the device info only changes if [MediaSession.setPlayer()](https://github.com/androidx/media/blob/release/libraries/session/src/main/java/androidx/media3/session/MediaSession.java#L576) is called and the player is changed for instance from ExoPlayer to CastPlayer (or vice versa). @marcbaechinger thanks for the description you...