Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MIUI 12.01 System Update had changed My App to Night Mode.How to disable Night Mode?

In Application class I have added:

 AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_NO);

Why is it not working ?

like image 790
Mujeeb Rahaman T Avatar asked Oct 22 '25 14:10

Mujeeb Rahaman T


1 Answers

I have fixed this issue by adding

<item name="android:forceDarkAllowed">false</item>

in Apptheme

 <style name="AppThemeLight" parent="Theme.AppCompat.Light.NoActionBar">
    <item name="android:forceDarkAllowed">false</item>
</style>
like image 105
Mujeeb Rahaman T Avatar answered Oct 25 '25 03:10

Mujeeb Rahaman T



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!