isDefaultServiceForAid method

Future<bool> isDefaultServiceForAid(
  1. String aid
)

Whether a reader selecting aid, as uppercase hex, reaches this app's service.

The per-AID answer, and the one that decides a tap: an app can hold an AID without being the category default, and be the category default without holding a given AID.

Implementation

Future<bool> isDefaultServiceForAid(String aid) => androidApi.hceIsDefaultServiceForAid(aid);