Has anyone implemented a multi-process EncryptedSharedPreferences? I couldn't find any google link to anything, nor could I find any StackOverflow posts regarding this.
I'm trying to use EncryptedSharedPreferences and find that unlike normal SharedPreferences with MULTI_MODE_PROCESS, its values don't get carried over between processes. And I can't find any doc that says how to init EncryptedSharedPreferences with MULTI_MODE_PROCESS. Can anyone please give me any leads?
I need to share a token between processes, and need some way to do this with EncryptedSharedPreferences.