fix(cast): use modern cast menus

This commit is contained in:
2026-07-28 19:47:50 +02:00
parent 099eeabe18
commit 3739e760cf
5 changed files with 26 additions and 1 deletions
@@ -28,5 +28,8 @@
<meta-data
android:name="com.google.android.gms.cast.framework.OPTIONS_PROVIDER_CLASS_NAME"
android:value="dev.zoriya.omni.OmniCastOptionsProvider" />
<receiver
android:name="androidx.mediarouter.media.MediaTransferReceiver"
android:exported="true" />
</application>
</manifest>