System › Museum of a broken API
thumb_up Follow me on GitHub to get notifications about my projects (like Fossdroid Core), thanks! close

Museum of a broken API

Warns against using a system usage stats API
Version: 0.8
Added: 09-09-2020
Updated: 29-08-2021
Please install usageDirect instead of this app if you are interested in system usage statistics.

This museum showcases an utterly broken API from the Android system. It is the API that is supposed to return aggregated system usage statistics.

The Android system collects app usage statistics in the background; however, native Android contains no way to read out this data properly. That is why I wanted to create a tool to display it. Unfortunately, I had to learn that this data is very broken and highly unreliable.

Thus, this application was converted into a museum. It exhibits aggregated usage statistics per day for usually the past ten days, per week for the past four weeks, per month for the past six months as well as data aggregated by year. As a special exhibition, it can display this data as charts.

Design-wise, the app comes in the style of the settings app to highlight that this API is a part of the Android system.

An included Guide to the exhibition names some of the issues you can expect to find on your tour.

Screenshot of Museum of a broken API Screenshot of Museum of a broken API Screenshot of Museum of a broken API
code Source file_download Download