diff --git a/plugins/systemstat.koplugin/main.lua b/plugins/systemstat.koplugin/main.lua index e60e20c54..ddacc9416 100644 --- a/plugins/systemstat.koplugin/main.lua +++ b/plugins/systemstat.koplugin/main.lua @@ -24,6 +24,8 @@ function SystemStat:init() self.storage_filter = "' /mnt/us$'" elseif Device:isSDL() then self.storage_filter = "/dev/sd" + elseif Device:isAndroid() then + self.storage_filter = Device.external_storage() end end