I am trying to make a restricted android launcher for some people. The key features that I am trying is
If these features are possible, it would be great if you could link me any examples or explain how to do this.
Thank you.
@Override
public boolean onPrepareOptionsMenu (Menu menu) {
return false;
}
Documentation says:
You must return true for the menu to be displayed; if you return false it will not be shown.
Override the onPrepareOptionsMenu
public boolean onPrepareOptionsMenu (Menu menu) {
return false;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With