Search code examples
androidpreferences

How to set preferences on Android


My app is clicked and does an action, without opening up a screen.

I use shared preferences to store my preferences.

I was wondering how to set up on the phone settings a bar that gets linked to the settings of my application after the user has done their one-time setup when starting the app for the first time.


Solution

  • look at Preference Activity