Jak wyłączyć Darkmode dla mojej aplikacji w Android Studio

in the night\themes.xml file paste the following line under the <!-- Base application theme. -->
<item name="android:forceDarkAllowed" tools:ignore="NewApi">false</item>
Puzzled Plover