Package 

Class FixedWindowCallback

  • All Implemented Interfaces:
    android.view.Window.Callback

    
    public class FixedWindowCallback
     implements Window.Callback
                        

    Implementation of Window.Callback that updates the signature of onMenuOpened to change the menu param from non null to nullable to avoid runtime null check crashes. Issue: https://issuetracker.google.com/issues/188568911