subsurface/android-mobile
Dirk Hohndel fd58441b08 Android: only handle Intents after the app is initialized
The old code happened to work because this function only got called if
the app was already running, but the correct thing to do is to always
wait until we have first called back from C++ code, indicating that the
app is indeed fully initialized.

This way we only process the Intent in one place in the Java code.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2018-08-11 11:14:22 -07:00
..
res Android: add another FTDI product id to recognized IDs 2018-08-11 11:14:22 -07:00
src/org/subsurfacedivelog/mobile Android: only handle Intents after the app is initialized 2018-08-11 11:14:22 -07:00
AndroidManifest.xml Android: add Java class to receive Intents 2018-08-11 11:14:22 -07:00