Skip to content

Commit 3338b50

Browse files
Paige McAuliffecopybara-androidxtest
authored andcommitted
Specify an empty taskAffinity on the <application> in ui_testapp.
PiperOrigin-RevId: 634466849
1 parent b01a58a commit 3338b50

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

testapps/ui_testapp/java/androidx/test/ui/app/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@
3939
android:label="UI Test App"
4040
android:name="androidx.multidex.MultiDexApplication"
4141
android:supportsRtl="true"
42-
android:usesCleartextTraffic="true"
43-
android:taskAffinity="" >
42+
android:usesCleartextTraffic="true" >
4443
<activity android:exported="true"
4544
android:label="UI Test App"
4645
android:name=".MainActivity">

testapps/ui_testapp/java/androidx/test/ui/app/AndroidManifest_opensource.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
<application
3434
android:icon="@drawable/ic_launcher"
3535
android:label="UI Test App"
36-
android:supportsRtl="true"
37-
android:taskAffinity="">
36+
android:supportsRtl="true">
3837
<activity android:exported="true"
3938
android:label="UI Test App"
4039
android:name=".MainActivity">

0 commit comments

Comments
 (0)