Project-ARTist / ArtistGui

ARTist's deployment application, for code-injection on an Android device.
https://artist.cispa.saarland
Other
37 stars 12 forks source link

Custom explicit broadcast to auto instrument apps using modules #72

Open partipan-dot opened 6 years ago

partipan-dot commented 6 years ago

ArtistGui should import a module, instrument an app and start it triggered by an explicit custom broadcast. This is needed in order to auto deploy modules from an IDE.

Relates to Project-ARTist/meta#21

schrnz commented 6 years ago

Agree that this is a nice feature we definitely want, particularly important for automation. Quick question: Any reason you explicitly mention broadcasts and not intents? An intent service might be a good fit for ArtistGui.

partipan-dot commented 6 years ago

An intent service is a better option for it. :+1: I didn't think about it when I created the issue.

sweisgerber-dev commented 5 years ago

Can't we just receive those Intents in saarland.cispa.artist.artistgui.instrumentation.InstrumentationService :thinking: