-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow JS to send Intent to other android app #17416
Comments
The intent handling on the other side, in the metronome app of course! The link I posted makes me think that's maybe already handled in one app at least... |
I believe this already exists: Anki-Android/AnkiDroid/src/main/java/com/ichi2/anki/AbstractFlashcardViewer.kt Lines 2443 to 2483 in 28885f7
|
🤔 looks like a start but doesn't seem to allow extras (to send tempo) and does a start activity, I wonder if that would foreground the app etc which would be a review irritation. Not sure how to send an intent in the background though. Anyway, this is definitely going in the direction I was thinking, vs a metronome in ankidroid |
Oh. When you mentioned "two features" I thought you meant that there was the metronome, and another feature we may want to start through API that I didn't know of |
Originally posted by @mikehardy in #17412
@mikehardy What is the second excellent feature?
The text was updated successfully, but these errors were encountered: