How can I detect in my code that I am in Release mode or Debug mode?
if (BuildConfig.DEBUG) { }
This Is Working For Me