Dark Mode official support came in android 10, but we have dark mode option in Android pie and some pre android 10 MIUI as well. As the app doesn't support dark mode, I want it disabled. Using the below options, it works fine from API 29 but not before that.
<item name="android:forceDarkAllowed" tools:targetApi="p">false</item>
&
AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_NO);
&
android:forceDarkAllowed="false"
from How to disable dark theme in Android Pie?(Pre Android 10)
No comments:
Post a Comment