Quote:
Originally Posted by mafein
Is it possible to integrate a 3rd party android app with koreader Android version?
|
If the app is meant to be called from other apps then the answer is
yes. You need to figure out the name of the package and the kind of action that it handles. It is already documented in
the wiki (under android tips and tricks)
If the app works with one of supported actions (intents in android language) you can submit a PR. It is just a matter of adding the new entry to
android's thirdparty apps
u/Norbi24 found some dict apps that need to be called from the app picker. These kind of apps are not welcome upstream and should stay as user overrides.