I’m trying to write an android app that reads the status of a card from the AnkiDroid API, but I don’t see it exposed anywhere on the ContentProvider.
Is it possible to access card fields like ‘type’, ‘queue’, ‘due’, ‘factor’ from another android app?
Thank you!