mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
android: share text (#5745)
This commit is contained in:
committed by
Frans de Jonge
parent
4e5779199d
commit
5ef329c19c
@@ -86,6 +86,8 @@ local Device = Generic:new{
|
||||
canImportFiles = function() return android.app.activity.sdkVersion >= 19 end,
|
||||
importFile = function(path) android.importFile(path) end,
|
||||
isValidPath = function(path) return android.isPathInsideSandbox(path) end,
|
||||
canShareText = yes,
|
||||
doShareText = function(text) android.sendText(text) end,
|
||||
|
||||
canExternalDictLookup = yes,
|
||||
getExternalDictLookupList = getExternalDicts,
|
||||
|
||||
Reference in New Issue
Block a user