Created
November 5, 2016 04:46
-
-
Save kevalpatel2106/5868baeec08b84bf493183e1b6599b96 to your computer and use it in GitHub Desktop.
Medium - Prevent Screen off
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class MainActivity extends AnalyserActivity //Inherit AnalyseActivity to automatically manage activity callback. | |
implements ScreenListner { //Implement the listener to get the callbacks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment