Hi Everyone,
On certain newer Android devices 5.x the operating system has the ability to encrypt both the device and the SD card.
So I have encrypted a device and the applications created with B4A work fine. Obviously encryption is transparent to applications installed to the device as I expected (it’s the same with windows file encryption)
But if I encrypt the external SD card the applications created with B4A cannot read from the External SD Card, no error is thrown, images just don’t display, music just does not play.
Am I missing a permission here? Or is SD Card encryption not compatible?
I was always under the impression that content encrypted by the device and being accessed by apps that are installed to the device would be able to read the files.
Just to be clear I am not encrypting the files myself or attempting to decrypt then. The files are being encrypted by the operating system and this process is managed by the operating system.
Existing files are encrypted and new files written to the SD card are also encrypted. Apps on the device should still be able to read them...
Can anyone help with this?
Thanks.
On certain newer Android devices 5.x the operating system has the ability to encrypt both the device and the SD card.
So I have encrypted a device and the applications created with B4A work fine. Obviously encryption is transparent to applications installed to the device as I expected (it’s the same with windows file encryption)
But if I encrypt the external SD card the applications created with B4A cannot read from the External SD Card, no error is thrown, images just don’t display, music just does not play.
Am I missing a permission here? Or is SD Card encryption not compatible?
I was always under the impression that content encrypted by the device and being accessed by apps that are installed to the device would be able to read the files.
Just to be clear I am not encrypting the files myself or attempting to decrypt then. The files are being encrypted by the operating system and this process is managed by the operating system.
Existing files are encrypted and new files written to the SD card are also encrypted. Apps on the device should still be able to read them...
Can anyone help with this?
Thanks.