0
I have the following code:
  headerNavigationLeft = new AccountHeader()
            .withActivity(this)
            .withCompactStyle(false)
            .withThreeSmallProfileImages(true)
            .withHeaderBackground(R.drawable.navigation)
            .build();  
 navigationDrawerLeft = new Drawer()
            .withActivity(this)
            .withToolbar(mtoolbar)
            .withDisplayBelowToolbar(false)
            .withActionBarDrawerToggleAnimated(true)
            .withDrawerGravity(Gravity.START)
            .withSelectedItem(0)
            .withActionBarDrawerToggle(true)
            .withAccountHeader(headerNavigationLeft)
            .build();
I would like when opening the app the Side menu is displayed without the user action!
Is there any way?

worked legal, thanks.. 100%. I’ll read his documentation, I didn’t remember it, thank you very much.
– Walter Luiz
If the answer helped you, you can accept it. If you have any questions, please see help center
– Thiago Luiz Domacoski
Bro did not mark as correct his answer, but I will give + 1 not to pass beaten. =)
– viana