android: bump test activity (#8483)

Now users can test light drivers too. See https://github.com/koreader/android-luajit-launcher/pull/339#issuecomment-977822717
reviewable/pr8485/r1
Martín Fernández 2 years ago committed by GitHub
parent e66b26865b
commit 3427c207b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -630,9 +630,9 @@ To:
end end
if Device:isAndroid() then if Device:isAndroid() then
table.insert(self.menu_items.developer_options.sub_item_table, { table.insert(self.menu_items.developer_options.sub_item_table, {
text = _("Start E-ink test"), text = _("Start compatibility test"),
callback = function() callback = function()
Device:epdTest() Device:test()
end, end,
}) })
end end

@ -390,8 +390,8 @@ function Device:info()
return common_text..platform_text..eink_text..wakelocks_text return common_text..platform_text..eink_text..wakelocks_text
end end
function Device:epdTest() function Device:test()
android.einkTest() android.runTest()
end end
function Device:exit() function Device:exit()

@ -1 +1 @@
Subproject commit 9d07f02332e16745154520d9bf551d262faa47ed Subproject commit a73818fdc97b0ab13ae377c77754cc386d8f2268
Loading…
Cancel
Save