I have a <receiver>
in AndroidManifest that I only want register when I build in debug
buildType. I want "disable it" when I build in release
mode.
Is that possible? At this moment, I have to comment/uncomment that part of AndroidManifest and it is pretty tedious.
I will appreciate any help. Thanks.