unregisterAids method

Future<bool> unregisterAids()

Drops every AID registered by registerAids and disables the emulation service again, taking the app back out of the system's card-emulation registry.

This is the counterpart to registerAids and the only way to undo it. An app that never calls it stays enrolled after it is closed.

Implementation

Future<bool> unregisterAids() => androidApi.hceUnregisterAids();