How Can I change some options on my Drawer Menu after execute onCreate method?
I tap on "Configuration" option of my App, change some parameters and save to DB, when return to Main Intent and call the menu, I want to see "new" options because I changed the Configuration ..... It's only Works when exit of the App and enter again.
The Configuration intent extends PreferenceActivity
Regards