cheogram/src/cheogram
Peter Cai 437002d189 ConnectionService: handle disconnected state correctly
onDisconnect() will only be called when the user manually requests a
disconnect. When the call is disconnected by the rtp connection itself,
the call won't be cleaned up and the system will be stuck in an in-call
state. Handle this correctly by moving the clean-up code to a close()
function, and calling that function instead when we disconnect.

Note that we cannot call the cleanup routine destroy() from the
onStateChanged() function, because it seems that this triggers a
deadlock somewhere down the line, probably in the calling
account-related telephony code. Doing a close() function mirrors what is
done in the default TelephonyConnection implementation for RIL-based
calls.
2022-03-12 23:29:14 -05:00
..
java ConnectionService: handle disconnected state correctly 2022-03-12 23:29:14 -05:00
res Shortcuts to get to phone account settings screens 2022-03-09 14:40:00 -05:00
AndroidManifest.xml Optional sentry support 2022-02-21 10:54:36 -05:00