fix: album art now displays on android auto (#414)

Co-authored-by: Thomas R <tdr@thomasr.co>
Co-authored-by: eddyizm <eddyizm@gmail.com>
This commit is contained in:
T R 2026-02-09 07:34:44 +13:00 committed by GitHub
parent d215581e19
commit 3de5390140
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 173 additions and 13 deletions

View file

@ -96,7 +96,12 @@
android:resource="@xml/widget_info"/>
</receiver>
<provider
android:name=".provider.AlbumArtContentProvider"
android:authorities="com.cappielloantonio.tempo.provider"
android:enabled="true"
android:exported="true"
/>
</application>
</manifest>