SanjayDevTech / Screen-Recorder

Screen recorder Android studio project
GNU General Public License v3.0
16 stars 3 forks source link

exits screen when start recording #1

Closed AndroidStdio closed 4 years ago

AndroidStdio commented 4 years ago

Is it possible to start recording from the app screen? Now it exits the app and starts recording from the homescreen. I cant figure out how to fix this

SanjayDevTech commented 4 years ago

Yes, that method to close the app while recording started was made by me... It is possible to record from the app screen... To do that you have to remove moveTaskToBack(true); from the MainActivity.java....