JakeWharton / u2020

A sample Android app which showcases advanced usage of Dagger among other open source libraries.
https://www.youtube.com/watch?v=0XHx9jtxIxU
Apache License 2.0
5.68k stars 930 forks source link

Disable Leak Canary and/or its activity #168

Closed JakeWharton closed 8 years ago

JakeWharton commented 9 years ago

Super annoying having it pollute your drawer. Either remove it altogether or figure out how to disable that damn launcher icon.

mattprecious commented 9 years ago

:+1:

kaneoriley commented 9 years ago

https://gist.github.com/lennykano/2bb061c9cff85b225590 is how I remove the launcher icon, but still leave the activity so I can access it through my own debug menu.

kaneoriley commented 9 years ago

Placed in the debug manifest of course