You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made a build with this patch, and it's working fine so far on my android 11 device. With my SD card inserted, the app will record the videos to it, if I extract it, the videos are recorded in the internal storage. No extra permissions, the app already have write access to the "Pictures" folder in the SD card.
As you can see, this method requires API 30 for "getDirectory()", so there is a check, and if not matched, it is ignored. If you ask me, that's better than no SD card support at all, but I'm not an android dev, so maybe there is a better option.
My device:
Redmi Note 7
Android 11 - DivestOS, a soft fork of LineageOS
The text was updated successfully, but these errors were encountered:
Issue:
The internal storage of my phone is very limited. To counter that, I have a 128 GB SD card, but this app doesn't take advantage of it for now.
Solution:
Adding SD card support would solve the issue.
My patch:
I have being investigating how to do it for myself and I have successfully achieved something.
I made a build with this patch, and it's working fine so far on my android 11 device. With my SD card inserted, the app will record the videos to it, if I extract it, the videos are recorded in the internal storage. No extra permissions, the app already have write access to the "Pictures" folder in the SD card.
As you can see, this method requires API 30 for "getDirectory()", so there is a check, and if not matched, it is ignored. If you ask me, that's better than no SD card support at all, but I'm not an android dev, so maybe there is a better option.
My device:
Redmi Note 7
Android 11 - DivestOS, a soft fork of LineageOS
The text was updated successfully, but these errors were encountered: