I have an Android application in which I have my preferences in a xml file, which works fine. I've now want to set one of the preferences using code instead of displaying the entire preference screen, how would I go about doing this?
|
1
|
|
|
|
|
|
I assume by preferences you are referring to your application's preferences and not Android phone settings. To store preferences between runs of you application you need to do the following
These preferences will by stored on the phone and will only be accessible to your application. More documentation is here |
||
|
|
