Assign click handlers to items in preferences.xml on Android

You must Login before you can answer or comment on any questions.

Is it possible to add event listeners to items in preferences.xml? I am using Ti.UI.Android.openPreferences(); but I want to have an item in there that I can use to fire off a function to clear the user's credentials or force an update of the product data that pulls from an external source.

It looks like in the Android API you can assign listeners to items in preferences.xml but I can't find any documentation for the Titanium API.

Thanks, David

Your Answer

Think you can help? Login to answer this question!