1
0
mirror of https://github.com/TeamNewPipe/website synced 2025-10-06 00:22:38 +02:00
Files
website/_faq/offline-usage-sdcard.html
2023-09-02 11:20:10 +02:00

16 lines
659 B
HTML

---
categories:
- download
- bugs
type: info
title: "Offline Usage with SD card fails"
---
<section>
<p>NewPipe uses the Android Storage Access Framework (SAF) and the old but gold Java Input Output (Java IO).<br>
SAF requires Android KitKat or later. However, it is not supported on all devices.
If this applies to your device, please disable SAF. To do this go to the
<code class="code-bg-light"><i class="fa fa-download"></i> Download</code> section in the
<code class="code-bg-light"><img src="/img/icons/baseline-settings-20px.svg" class="baseline-settings" /> Settings</code> and uncheck
<code>Use SAF</code>.</p>
</section>