mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-01-17 16:48:04 +00:00
Co-authored-by: Alex Kim <alexkim@Alexs-MacBook-Pro.local> Co-authored-by: Alex <111128610+Alexk2309@users.noreply.github.com> Co-authored-by: Simon-Eklundh <simon.eklundh@proton.me>
10 lines
351 B
XML
10 lines
351 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<!-- Required for network streaming -->
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
|
|
<!-- Picture-in-Picture feature -->
|
|
<uses-feature
|
|
android:name="android.software.picture_in_picture"
|
|
android:required="false" />
|
|
</manifest>
|