RemotePreferences icon indicating copy to clipboard operation
RemotePreferences copied to clipboard

A drop-in solution for inter-app access to SharedPreferences.

Results 4 RemotePreferences issues
Sort by recently updated
recently updated
newest added

As title, the library doesn't work when the app Xposed is injecting into targets Android 11, due to App Visibility changes. Logcat shows this error: `E ActivityThread: Failed to find...

This is my solution to the problem, sending preferences over intents. Whether you choose to use this, is up to you. I don't feel like creating a library for it...

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...

I'm trying to get my module prefs with LineageOS clock app context (`com.android.deskclock`), I can get the prefs with SystemUI (`com.android.systemui`) and Launcher (`com.android.launcher3`) context without issue But for clock...