Questions tagged [mediaprojection]

20 questions
0
votes
1 answer

Ask MediaProjection permission on the first start app and store MediaProjectionManager instance for using later

I'm writing an application that makes screenshots of display from time to time. I'd like an idea to show for users MediaProjection permission window on the first start app (like normal permissions), save MediaProjectionManager instance in some…
greg
  • 1,417
  • 9
  • 28
0
votes
0 answers

How to screen record secondary display using Media projection API?

I am building a screen recorder for dual screen android devices. Using this example i can successfully record primary screen. but can't find any to record secondary screen. I am using media projection API
0
votes
1 answer

Activity is not starting again

i have created an application which uses firebase push notification to get commands and perform that task. my app doesn't have any visible activity but a service which continuously working in background. i have implemented a functionality of taking…
MaKi
  • 263
  • 5
  • 11
0
votes
0 answers

MediaProjection - find a match in the screenshot

I am able to make a screenshot with MediaProjection in android Java what is the best way to find a image (lets say icon) in the screenshot, and get the coordinates of it , or click on it ?
0
votes
0 answers

Android MediaProjection captures blank spaces instead of video areas

When I try to capture screen on Android device using MediaProjection, in general, it's ok. But I see a blank space instead of video (I mean, in in the area which I wanted to capture included some adv videos on FaceBook or some movie on Netflix).…
1
2