• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps invalidateOptionsMenu() deprecated

wseng92

Android Enthusiast
In one of my fragment class, I using invalidateOptionsMenu() as below

Java:
invalidateOptionsMenu(activity)

What can be used to replace invalidateOptionsMenu(Activity activity) ?

This method still can be used, but will it be an issue in future?
 
Back
Top Bottom