Remove location link from alert message

Follow the style suggestion from the github-code-scanning bot and remove
provider element from alert link
This commit is contained in:
Ed Minnix
2022-09-29 16:20:48 -04:00
parent 90590429e3
commit e3c0e6f52a

View File

@@ -18,5 +18,4 @@ where
not provider.getFile().(AndroidManifestXmlFile).isInBuildDirectory() and
provider.isExported() and
provider.hasIncompletePermissions()
select provider, "Exported provider $@ has incomplete permissions.", provider,
provider.getResolvedComponentName()
select provider, "Exported provider has incomplete permissions."