Add tags field to the apps table

This commit is contained in:
Evgeny
2025-05-03 07:56:35 +08:00
parent 4904a0050a
commit 296fbee028
4 changed files with 28 additions and 15 deletions

8
samples/apps-sample2.lua Normal file
View File

@@ -0,0 +1,8 @@
-- Dumps app info table
app_pkg = "com.android.calendar"
function on_load()
local calendar_app = apps:app(app_pkg)
ui:show_text("%%txt%%"..serialize(calendar_app))
end