yeniel / native_shared_preferences

BSD 3-Clause "New" or "Revised" License
7 stars 23 forks source link

Trying to read a native app's shared preferences #4

Closed hansolowireless closed 3 years ago

hansolowireless commented 3 years ago

I am trying to use this plugin to read a native app's shared preferences.

I manage to successfully substitute the native app via adb -r, but when I query prefs.getKeys() in Flutter code, I get an empty dictionary.

It looks as if the plugin was not reading correctly, or am I missing something?

Thank you so much.

hansolowireless commented 3 years ago

Never mind, I was ignoring the "flutter_shared_pref_name" parameter.