I have an activity with buttons on them. When I click the button the text of the buttons change. I am adding a share menu to share the new values of the buttons with other apps. Whenever I try to access the text values of the buttons in onCreateOptionsMenu I get the original values and not the new values.
How can I access the new values?