-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Screen recording example #167
Comments
Wowie.is it possible though?. But wait a minutes. Is that a security a hole? Regards, On Sat, Jun 27, 2015 at 10:04 PM, Laurens Versluis <[email protected]
|
Sorry its just a minute not minutes. Regards, |
No, as per android 5 this is possible. |
But wait. is there any special permission for that. If not,i am sure it may be a security vulnerability.. Incase,a spyware app can easily start a service and stream out the screen Regards, On Sat, Jun 27, 2015 at 10:10 PM, Laurens Versluis <[email protected]
|
@lfdversluis Sure, that would be nice! Is this something you would like to work on? |
@saudet eventually, yes. Currently I am wrapping up some different work so until july 10 I won't be able to do much. I hope someone else is willing to make a start, else I'll get there eventually. |
@ShihabSoft It does require additional permissions as far as I am aware. If you wish to protect your apps, use the FLAG_SECURE and it cannot be recorded 👍 |
Alright, I am going to try and make a sample project based on the idea. |
Great 👍 Thanks! |
Just letting you guys know I haven't forgotten it due to work and other stuff. Also, I've seen some updates passing by so I'll update my versions and such and (hopefully) give it another go in the coming week. |
No problem! Thanks for the update |
Since lollipop it's possible to record the screen: https://android.googlesource.com/platform/development/+/bf1e262/samples/ApiDemos/src/com/example/android/apis/media/projection/MediaProjectionDemo.java
Perhaps an example using a service running in the background while it captures the screen is a nice idea.
The text was updated successfully, but these errors were encountered: