resolved merge conflict in AndroidManifest lib

This commit is contained in:
Jami Cogswell
2022-08-22 11:14:57 -04:00
parent 9968d5d816
commit 0934c1d184
4 changed files with 34 additions and 29 deletions

View File

@@ -10,8 +10,6 @@ class ImplicitlyExportedAndroidComponentTest extends InlineExpectationsTest {
override predicate hasActualResult(Location location, string element, string tag, string value) {
tag = "hasImplicitExport" and
exists(ImplicitlyExportedAndroidComponent impExpAndroidComp |
impExpAndroidComp.isImplicitlyExported()
|
impExpAndroidComp.getLocation() = location and
element = impExpAndroidComp.toString() and
value = ""