relaycorp / awala-endpoint-android

High-level library for Android apps implementing Awala endpoints
Apache License 2.0
1 stars 1 forks source link

Consider notifying the app when Awala is uninstalled whilst the app is still running #333

Open gnarea opened 1 year ago

gnarea commented 1 year ago

AwalaGateway.bind() is only called once in the lifetime of the app, and it's the only way we have to tell if Awala is installed as it'd throw an exception if it isn't. However, Awala can still be uninstalled whilst the Awala-compatible app is running in the background and then reopened.