Google Play Developer Console says:
A signigicant percentage of daily sessions (more than 1.3%) experienced excessive wakeups, thereby placing your app in the lowest 25% of apps for this metric. However, the actual percentage might be lower than 1.3%, the 95% confidence interval is between 0.55% & 11.82%". Displayed for active APKs only.
However AlarmManager
isn't used anywhere in the project in the latest app version. What could cause such a warning in the Console except an AlarmManager
?