Bug P2
Status Update
Comments
ca...@google.com <ca...@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.
Description
<meta-data
android:name="androidx.car.app.minCarApiLevel"
android:value="6" tools:ignore="MetadataTagInsideApplicationTag" />
<service
android:name="com.auto.MainCarAppService"
android:exported="true"
android:foregroundServiceType="location">
<intent-filter>
<action android:name="androidx.car.app.CarAppService" />
<category android:name="androidx.car.app.category.NAVIGATION" />
</intent-filter>
</service>
in gradle
implementation(androidx.car.app:app:1.7.0-beta03")