I want to know is there any tool which allows me to change the value of shared preferences of an installed Android app?
Asked
Active
Viewed 41 times
-1
-
there is no such tool – Shakeeb Ayaz Jun 15 '15 at 09:20
1 Answers
1
Shared preferences are stored in flat XML file. If you can reach it, then you can edit. On standard system, this is private file though so other processes cannot mess with not own preferences.

Marcin Orlowski
- 72,056
- 11
- 123
- 141