We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b4201f commit 7e0c61dCopy full SHA for 7e0c61d
java/ql/lib/semmle/code/java/frameworks/android/Intent.qll
@@ -70,7 +70,7 @@ class AndroidReceiveIntentMethod extends Method {
70
*/
71
class AndroidServiceIntentMethod extends Method {
72
AndroidServiceIntentMethod() {
73
- this.getName().matches(["onStart%", "on%ind", "onTaskRemoved"]) and
+ this.hasName(["onStart", "onStartCommand", "onBind", "onRebind", "onUnbind", "onTaskRemoved"]) and
74
this.getDeclaringType() instanceof TypeService
75
}
76
0 commit comments