From 3fe8b8848443234a137908f11a5bd967f1dc7aed Mon Sep 17 00:00:00 2001 From: BlueInterlude <180455074+BlueInterlude@users.noreply.github.com> Date: Thu, 14 May 2026 12:59:35 -0400 Subject: [PATCH] Created Which Android Build Should I Pick? (markdown) --- Which-Android-Build-Should-I-Pick?.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Which-Android-Build-Should-I-Pick?.md diff --git a/Which-Android-Build-Should-I-Pick?.md b/Which-Android-Build-Should-I-Pick?.md new file mode 100644 index 0000000..48eb96a --- /dev/null +++ b/Which-Android-Build-Should-I-Pick?.md @@ -0,0 +1,9 @@ +# Which Android Build Should I Pick? + +The Android build has been split into two new download options, those being the vanilla and googleplay builds. + +The vanilla version uses a new method of filesystem access which is significantly faster and more simple, but isn't permitted by the Google Play store due to its use of the MANAGE_EXTERNAL_STORAGE permission. This new system is in its infancy, and is mostly the same as the googleplay variant, so the performance improvements won't yet be apparent. Filesystem performance should noticeably improve in the next few major releases as more functionality is migrated to the new system. + +The googleplay version is compliant with Google Play Store regulations, and uses the old SAF-based method. This build will not see the performance improvements present in the vanilla build. + +Unless you have a particular reason to use the googleplay build or you are downloading the app from the Google Play Store, **the vanilla version is recommended.**