-
-
Notifications
You must be signed in to change notification settings - Fork 89
Issues with SD card
devgianlu edited this page Aug 23, 2020
·
5 revisions
Since the newer versions of Android, applications cannot arbitrarily write data to the SD card due to "increased security". The issue also comes from the fact that the app doesn't have control over what the aria2
executable does. (devgianlu/Aria2Android#19)
There's however a solution for rooted users who can use Magisk and an appropriate module (ExSDCard AccessEnable) to overcome this limitation. If you're having trouble, comment here.