mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
clean up files
This commit is contained in:
@@ -70,11 +70,7 @@ class AndroidReceiveIntentMethod extends Method {
|
||||
*/
|
||||
class AndroidServiceIntentMethod extends Method {
|
||||
AndroidServiceIntentMethod() {
|
||||
(
|
||||
this.getName().matches("onStart%") or
|
||||
this.getName().matches("on%ind") or
|
||||
this.hasName("onTaskRemoved")
|
||||
) and
|
||||
this.getName().matches(["onStart%", "on%ind", "onTaskRemoved"]) and
|
||||
this.getDeclaringType() instanceof TypeService
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user