Giovani Guerra
static { AppCompatDelegate.setDefaultNightMode( AppCompatDelegate.MODE_NIGHT_NO); } public class MyApplication extends Application { }
Diego
class MyApplication : Application() { init { AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_NO) } }
Henry
A modern programming language that makes developers happier.