mirror of
https://github.com/koreader/koreader.git
synced 2025-12-24 12:14:05 +01:00
switch between internal and external sdcard
This commit is contained in:
committed by
Frans de Jonge
parent
1f16815f94
commit
be2bcac28e
@@ -93,6 +93,7 @@ local Device = Generic:new{
|
||||
return android.openLink(link) == 0
|
||||
end,
|
||||
canImportFiles = function() return android.app.activity.sdkVersion >= 19 end,
|
||||
hasExternalSD = function() return android.getExternalSdPath() end,
|
||||
importFile = function(path) android.importFile(path) end,
|
||||
canShareText = yes,
|
||||
doShareText = function(text) android.sendText(text) end,
|
||||
|
||||
Reference in New Issue
Block a user