Package 

Class FixedWindowCallback

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

    
    public class FixedWindowCallback
     implements Window.Callback
                        

    A wrapper for Window.Callback that ensures the callback methods are called. This is to fix an issue where the system calls onMenuOpened with a null menu parameter. To track the issue: https://issuetracker.google.com/issues/188568911