mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-01-15 23:59:08 +00:00
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>
|