I'm try to make an android app that records specify app's screen and audio. How can I record the screen?
Asked
Active
Viewed 254 times
1
-
1Please elaborate your query in detail. There's available API for Screen Recording on Android. – Sagar Atalatti Mar 27 '20 at 11:55
1 Answers
-1
Here's an example for using MediaProjection API for screen recording on Android: GoogleSource You can add Service class to run in a background check when a certain app package is opened. Here's an example to check an app running on Android. Stackoverflow Example

Sagar Atalatti
- 486
- 1
- 8
- 21