diff --git a/powerstats/service.cpp b/powerstats/service.cpp index 67415a4..dd6881c 100644 --- a/powerstats/service.cpp +++ b/powerstats/service.cpp @@ -60,7 +60,7 @@ int main() { std::shared_ptr p = ndk::SharedRefBase::make(); - addGs201CommonDataProviders(p); + addGs201CommonDataProvidersBig(p); addDisplay(p); const std::string instance = std::string() + PowerStats::descriptor + "/default";