Basically get the list of all the recent apps and change some of their entities like volume of a specific app.
Asked
Active
Viewed 565 times
0
-
Typically, source codes of apps are not public. – Russ J Sep 01 '20 at 20:27
1 Answers
0
For this you will have to call some Java code (which is possible, see https://flutter.dev/docs/development/platform-integration/platform-channels)
And for the info on how to get a list of running apps in Android, here's a good start: How to get the list of running applications?

galloper
- 813
- 1
- 9
- 17