add initial framework for service and receiver test cases

This commit is contained in:
Jami Cogswell
2022-09-07 21:50:22 -04:00
committed by Tony Torralba
parent 6cf3898101
commit d07babe3c5
3 changed files with 58 additions and 69 deletions

View File

@@ -22,7 +22,7 @@ private import semmle.code.xml.AndroidManifest
// ! experimental - make a DeepLink step that combine Activity, Service, Receiver, etc.
private class DeepLinkIntentStep extends AdditionalValueStep {
// DeepLinkIntentStep() {
// this instanceof StartActivityIntentStep_ContextAndActivity or
// this instanceof StartActivityIntentStep or
// this instanceof SendBroadcastReceiverIntentStep or
// this instanceof StartServiceIntentStep
// }