1

I'm try to make an android app that records specify app's screen and audio. How can I record the screen?

Yong Ju
  • 41
  • 1
  • 5

1 Answers1

-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