[Android] Add support for 3rd party dictionary apps (#5108)

Co-Authored-By: poire-z <poire-z@users.noreply.github.com>
This commit is contained in:
Martín Fernández
2019-07-08 14:19:36 +02:00
committed by Frans de Jonge
parent dec5a17a25
commit b385e443e6
4 changed files with 117 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ local Device = {
canOpenLink = no,
openLink = no,
canExternalDictLookup = no,
}
function Device:new(o)