To secure app storage, I encrypted the storage using EncryptedStorage
as explained here. That is,
EncryptedStorage.install("your-pass-encryption-key")
I created a text file to be shared and opened/used by the same app in another device.
The problem is that this file can’t be open/used in another device. It says that this file is encrypted.
How can I decrypt it to be able to open or use it in the same app in another device?