File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
testapps/ui_testapp/java/androidx/test/ui/app Expand file tree Collapse file tree 2 files changed +2
-4
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"
43
- android : taskAffinity =" " >
42
+ android : usesCleartextTraffic =" true" >
44
43
<activity android : exported =" true"
45
44
android : label =" UI Test App"
46
45
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"
37
- android : taskAffinity =" " >
36
+ android : supportsRtl =" true" >
38
37
<activity android : exported =" true"
39
38
android : label =" UI Test App"
40
39
android : name =" .MainActivity" >
You can’t perform that action at this time.
0 commit comments