diff --git a/tests/AndroidManifest-common.xml b/tests/AndroidManifest-common.xml index bd9da0ad4d..70e52a915c 100644 --- a/tests/AndroidManifest-common.xml +++ b/tests/AndroidManifest-common.xml @@ -149,7 +149,8 @@ android:name="com.android.launcher3.testcomponent.BaseTestingActivity" android:label="LauncherTestApp" android:exported="true" - android:taskAffinity="com.android.launcher3.testcomponent.Affinity1"> + android:taskAffinity="com.android.launcher3.testcomponent.Affinity1" + android:theme="@style/Theme.TestActivities"> diff --git a/tests/res/values/styles.xml b/tests/res/values/styles.xml new file mode 100644 index 0000000000..1e1a2cd6c7 --- /dev/null +++ b/tests/res/values/styles.xml @@ -0,0 +1,23 @@ + + + + + \ No newline at end of file