
The update count was broken because I added the join onto the apk table, and in the process, forced a GROUP BY on the AppProvider queries. This group by made the COUNT(*) actually count the number of apks for each app, not the total rows.
The update count was broken because I added the join onto the apk table, and in the process, forced a GROUP BY on the AppProvider queries. This group by made the COUNT(*) actually count the number of apks for each app, not the total rows.