Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a80bb35 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "tools:replace the theme of ComponentActivity in core/tests" into main

parents b256106e 11b35dfc
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
-->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    package="com.android.compose.core.tests" >

    <application>
@@ -23,7 +24,8 @@
        <activity
            android:name="androidx.activity.ComponentActivity"
            android:theme="@android:style/Theme.DeviceDefault.DayNight"
            android:exported="true" />
            android:exported="true"
            tools:replace="android:theme" />
    </application>

    <instrumentation android:name="androidx.test.runner.AndroidJUnitRunner"