Skip to content

Implement screen capture without root on Android 12 by using MediaProjectionManager, VirtualDisplay, AudioRecord, MediaCodec and MediaMuxer APIs

Notifications You must be signed in to change notification settings

gin-c/ScreenRecorder

 
 

Repository files navigation

本项目来自: https://github.com/itchenning/ScreenRecorder https://github.com/yrom/ScreenRecorder

基于此添加了前台服务录制功能。

注意事项: 首次使用会请求各种权限,如果没有同意,会导致功能无法正常使用。 其中有:

悬浮窗权限

  • 保证可以锁屏录制

文件读写权限

  • 保证可以保存录屏

录音权限

  • 保证可以录音

录屏权限

  • 保证可以录屏

不允许电量优化

  • 防止在锁屏上10秒之后无法录屏

Android 12

  • 前台服务录制

About

Implement screen capture without root on Android 12 by using MediaProjectionManager, VirtualDisplay, AudioRecord, MediaCodec and MediaMuxer APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%