RemotePreferences
RemotePreferences copied to clipboard
Doesn't work in initZygote
Hi, I know it says in the readme that it doesn't work in initZygote, but what if I need it there? I noticed that it can create a new instance of my shared preferences without problem in initZygote, but it fails at getting any preferences UNTIL I open my app. After that it works as expected (any changes are reflected in the hooked process). Is there a way to make it work without having to manually open the app every time I reboot the phone?