Skip to content

Instantly share code, notes, and snippets.

View manojkulkarni30's full-sized avatar
🏠
Working from home

Manoj Sunil Kulkarni manojkulkarni30

🏠
Working from home
View GitHub Profile
public class BackgroundVideoRecorder extends Service implements SurfaceHolder.Callback {
private WindowManager windowManager;
private SurfaceView surfaceView;
private Camera camera = null;
private MediaRecorder mediaRecorder = null;
@Override
public void onCreate() {