Shared Preferences

Tags:androidmobile Related to:bug-bounty ,hacking See also: Android App Components

Summary

Overview of Shared Preferences in Android

Shared Preferences

  • It is way of storing data in Android Apps
  • Generally Small values with name value pairs (eg. user : highscore).
  • Located in shared_prefs folder inside tha app directory
References (optional )