mirror of
https://github.com/antebudimir/tempus.git
synced 2026-04-16 00:37:25 +00:00
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:
parent
d215581e19
commit
3de5390140
5 changed files with 173 additions and 13 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue