diff --git a/plugins/systemstat.koplugin/main.lua b/plugins/systemstat.koplugin/main.lua index ddacc9416..e60e20c54 100644 --- a/plugins/systemstat.koplugin/main.lua +++ b/plugins/systemstat.koplugin/main.lua @@ -24,8 +24,6 @@ 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