Can you set the flag to allow it to be installed on an external memory card?
Nop, we had that problem before. Until we re write the whole downloading thing, it will not be possible to use external storage. The build in download manager of android prevents that.
Interesting. So NewPipe is currently using the built-in Android download manager, and anything that uses it cannot be stored on external storage?
As far as I know yes. It depends on the android version. Newer one locked down the external memory. We already have our own build in download manager, but I deactivated it because its garbage right now.
Thanks for the details. Perhaps you will be able to allow it to be moved to external storage in the future. Fortunately, it's still a relatively small app at ~8MB.
@theScrabi he's talking about this flag android:installLocation, to move the app itself to the sdcard.
And we should allow the users to do that.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Can what @mauriciocolli proposed by implemented?
Most helpful comment
@theScrabi he's talking about this flag
android:installLocation, to move the app itself to the sdcard.And we should allow the users to do that.