In Progress
Status Update
Comments
bs...@google.com <bs...@google.com> #2
Hi samsadch,
In the AndroidX PDF library, the search view is animated using the
Without this, the callback might be consumed at an upper level, preventing it from being received by the PdfViewerFragment's container.
ma...@saphe.dk <ma...@saphe.dk> #3
Actually the search view is coming but the issue is that it is showing below the Keyboard
Description
The following example from car-samples repo shows how to implement Google Sign In in Android Automotive:https://github.com/android/car-samples/blob/main/car_app_library/showcase/common/src/main/java/androidx/car/app/sample/showcase/common/templates/SignInWithGoogleActivity.java
However, those APIs are now deprecated:https://developers.google.com/identity/sign-in/android/legacy-sign-in
When trying to use the new Credential Manager APIs, the AAOS app triggers the following error:
We share exactly the same code with a mobile app. When running this mobile app on an Android phone emulator, the Google Sign In code works. However, when using an AAOS emulator, the code doesn't work and shows the previous exception.
My guess is that there is something completely off with the AAOS emulator and or Google Play libraries.
Would it be possible to update the car samples with a current Google Sign In functionality and give this issue a go from your side? Thanks a lot for your help!