From a05da2cf082a8bc907b9ed9a62a090654d3e59ed Mon Sep 17 00:00:00 2001 From: Rohit Kushvaha Date: Sat, 14 Mar 2026 06:31:19 +0530 Subject: [PATCH] fix: plugin install --- src/plugins/system/android/com/foxdebug/system/System.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/system/android/com/foxdebug/system/System.java b/src/plugins/system/android/com/foxdebug/system/System.java index 1adf80bb4..3ebea6297 100644 --- a/src/plugins/system/android/com/foxdebug/system/System.java +++ b/src/plugins/system/android/com/foxdebug/system/System.java @@ -183,6 +183,7 @@ public boolean execute( switch (action) { case "get-webkit-info": case "file-action": + case "checksumText": case "is-powersave-mode": case "get-app-info": case "add-shortcut":