Skip to content

Commit

Permalink
Specify an empty taskAffinity on the <application> in ui_testapp.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 634444518
  • Loading branch information
Paige McAuliffe authored and copybara-androidxtest committed May 16, 2024
1 parent b01a58a commit 9aac162
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
android:label="UI Test App"
android:name="androidx.multidex.MultiDexApplication"
android:supportsRtl="true"
android:usesCleartextTraffic="true"
android:taskAffinity="" >
android:usesCleartextTraffic="true" >
<activity android:exported="true"
android:label="UI Test App"
android:name=".MainActivity">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
<application
android:icon="@drawable/ic_launcher"
android:label="UI Test App"
android:supportsRtl="true"
android:taskAffinity="">
android:supportsRtl="true">
<activity android:exported="true"
android:label="UI Test App"
android:name=".MainActivity">
Expand Down

0 comments on commit 9aac162

Please sign in to comment.