How to send signal to main application from broadcaster (Android)
Unsolved
Mobile and Embedded
-
Hi again,
this time I have a java broadcaster that is triggered in some cases by Android process, so I don't have context of main application and I don't know that this process is already running or not.
How can I send simple void signal to this activity (to cpp class)?I thought about native method but I think that this solution is not safe.
Idea? -
@Devoo
see the QtRemoteObjects module and this example