TrianguloY / LightningLauncher

More than a simple Android launcher, Lightning is a fast, light and extremely customizable tool to build the perfect home screen. To build your home screen.
https://www.lightninglauncher.com/
MIT License
40 stars 4 forks source link

Removed "Currently running" section from drawer #6

Closed SnowVolf closed 1 year ago

SnowVolf commented 1 year ago
TrianguloY commented 1 year ago

It's sad that the feature should be removed, but it's true that there is no exact replacement. It has been broken since Android 5 too.

I wonder if you can still use it with root, or by giving a special permission through an extra package or adb. Doesn't seem to be possible though.

Maybe by using the new UsageStatsManager it can be repurposed to a 'recently running apps'. Note that a 'recently launched apps' does exists, but it only uses the number of times the app was launched from the launcher, which is not ideal. In any case, this will be a new mode with different code, so I'll create an issue to record it but still merge this PR. Thanks!