making changes to activity menu after the menu is already been dispalyed code example
Example: android studio change menu title
//android studio inside activity java
getSupportActionBar().setTitle("Your Title");
//android studio inside activity java
getSupportActionBar().setTitle("Your Title");