Loading packages/SystemUI/compose/core/tests/AndroidManifest.xml +3 −1 Original line number Diff line number Diff line Loading @@ -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> Loading @@ -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" Loading Loading
packages/SystemUI/compose/core/tests/AndroidManifest.xml +3 −1 Original line number Diff line number Diff line Loading @@ -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> Loading @@ -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" Loading