Programmatically close recent apps
It seems and is the most obvious choice to close apps running in background in order to give a device a small boost. Android’s recents screen is designed to allow users to quickly stop...
A fistful of Android tricks
It seems and is the most obvious choice to close apps running in background in order to give a device a small boost. Android’s recents screen is designed to allow users to quickly stop...
In some cases a specific conditions in relation to device’s battery state, level or charging method are required for either development or testing. It seems relatively easy to charge or discharge a device. However,...
There a simple tool called Dumpsys, that allows query various services in order to find some useful data. It lists all the stats & information about particular selected component in a simple text format. Here is the...