1
0
mirror of https://github.com/TeamNewPipe/website synced 2025-10-07 08:53:00 +02:00
Files
website/_faq/offline-usage-sdcard.html

16 lines
659 B
HTML
Raw Permalink Normal View History

---
categories:
- download
- bugs
type: info
2023-07-06 18:57:47 +02:00
title: "Offline Usage with SD card fails"
---
<section>
2022-10-06 10:55:24 +01:00
<p>NewPipe uses the Android Storage Access Framework (SAF) and the old but gold Java Input Output (Java IO).<br>
2023-07-06 18:57:47 +02:00
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
2021-01-15 06:10:17 +01:00
<code class="code-bg-light"><i class="fa fa-download"></i> Download</code> section in the
2021-01-15 06:36:04 +01:00
<code class="code-bg-light"><img src="/img/icons/baseline-settings-20px.svg" class="baseline-settings" /> Settings</code> and uncheck
2019-09-22 12:51:50 +02:00
<code>Use SAF</code>.</p>
2021-01-15 06:10:17 +01:00
</section>