Open Bug 1639356 Opened 4 years ago Updated 2 years ago

Java listeners for background, foreground, network events.

Categories

(GeckoView :: General, task, P3)

Unspecified
All

Tracking

(Not tracked)

People

(Reporter: bugzilla, Unassigned)

References

Details

In bug 1625326 I modified GeckoProcessManager.ConnectionManager to use JNI and the Gecko observer service to receive events for app background, app foreground, and network state change. This was mainly because the code in GeckoRuntime and in GeckoNetworkManager fire those events on the observer service but do not really provide registration facilities for Java listeners.

It would be nice if we could add the ability to register Java code to listen for these events so that we do not need to make the trip through Java -> JNI -> Java.

Priority: -- → P3
Summary: Java listeners for background,, foreground, network events. → Java listeners for background, foreground, network events.
Severity: -- → N/A
You need to log in before you can comment on or make changes to this bug.