File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
testapps/ui_testapp/java/androidx/test/ui/app Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 39
39
android : label =" UI Test App"
40
40
android : name =" androidx.multidex.MultiDexApplication"
41
41
android : supportsRtl =" true"
42
- android : usesCleartextTraffic =" true" >
42
+ android : usesCleartextTraffic =" true"
43
+ android : taskAffinity =" " >
43
44
<activity android : exported =" true"
44
45
android : label =" UI Test App"
45
46
android : name =" .MainActivity" >
Original file line number Diff line number Diff line change 33
33
<application
34
34
android : icon =" @drawable/ic_launcher"
35
35
android : label =" UI Test App"
36
- android : supportsRtl =" true" >
36
+ android : supportsRtl =" true"
37
+ android : taskAffinity =" " >
37
38
<activity android : exported =" true"
38
39
android : label =" UI Test App"
39
40
android : name =" .MainActivity" >
You can’t perform that action at this time.
0 commit comments