From c0919ba65df1b4773385de2934ef270ea178c9f4 Mon Sep 17 00:00:00 2001 From: Andreas Date: Sat, 12 Jun 2021 19:26:51 +0200 Subject: [PATCH] Fix ADB command in FAQ (#688) --- src/help/faq/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/help/faq/README.md b/src/help/faq/README.md index bc347aa9..a836b102 100644 --- a/src/help/faq/README.md +++ b/src/help/faq/README.md @@ -351,7 +351,7 @@ The introduction of Scoped Storage means that many storage-related functions tha You can try the command below if you know how to use ADB, a guide on installing it is also outlined on the site [here](/help/guides/troubleshooting/#what-are-some-common-errors). ``` -adb shell cmd appops set eu.kanade.tachiyomi Android:legacy_storage allow +adb shell cmd appops set eu.kanade.tachiyomi android:legacy_storage allow ``` This command enables general storage access for the app, allowing Tachiyomi to use the old general storage access interface.