If you think the following Android project listing for ScreenRecorder is inappropriate, such as containing malicious code and tools or violating the copyright, please email info at java2s.com.
Implement screen capture without root in Android 5.0 by using MediaProjectionManager, VirtualDisplay, MediaCodec and MediaMuxer APIs.
In project ScreenRecorder, there are 3 Java files.
There is one activity in ScreenRecorder.
It would write to external storage.
Here is the full list of permissions it requires.
ScreenRecorder has the following Java source files.
app/src/androidTest/java/net/yrom/screenrecorder/ApplicationTest.java app/src/main/java/net/yrom/screenrecorder/MainActivity.java app/src/main/java/net/yrom/screenrecorder/ScreenRecorder.java
Click the following link to visit the ScreenRecorder project.