refactor: update reader to use new launcher

This commit is contained in:
Qingping Hou
2014-06-01 11:53:09 -04:00
parent faf5f89cc4
commit f6a9c694dc
5 changed files with 19 additions and 3 deletions

4
android/llapp_main.lua Normal file
View File

@@ -0,0 +1,4 @@
local A = require("android")
ARGV = {"-d", "/sdcard"}
dofile(A.dir.."/reader.lua")