mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-05-22 23:06:39 +01:00
12 lines
347 B
XML
12 lines
347 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<application>
|
|
<receiver
|
|
android:name=".TvRecommendationsReceiver"
|
|
android:exported="true">
|
|
<intent-filter>
|
|
<action android:name="android.media.tv.action.INITIALIZE_PROGRAMS" />
|
|
</intent-filter>
|
|
</receiver>
|
|
</application>
|
|
</manifest>
|