i want to disable dark mode in my application(Android Q) .. i tired many ways not yet getting solution for this . could you please suggest perfect solution for this.
AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_NO);
getDelegate().setLocalNightMode(AppCompatDelegate.MODE_NIGHT_NO);