Android Open Source - Development api ScreenRecorder

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.

Project Summary

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.

Features

There is one activity in ScreenRecorder.

It would write to external storage.

Here is the full list of permissions it requires.

  1. android.permission.WRITE_EXTERNAL_STORAGE

Java Source Files

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

Web Site

Click the following link to visit the ScreenRecorder project.