Hi,
I've just created some preferences using the PreferenceScreen XML following the Earthquake example from Wrox's "Professional Android Development" book.
Using the emulator, how do I accept the preferences? If I use the back button I return a Activity.RESULT_CANCELED. So which key returns the Activity.RESULT_OK code?
Thanks.