Here is a feature component that uses the checker above to guide the user.
private var secugenService: ISecuGenService? = null private var isBound = false secugen rd service check
try { // 1. Attempt to bind val bindSuccess = context.bindService( intent, serviceConnection, Context.BIND_AUTO_CREATE ) Here is a feature component that uses the