Created
October 30, 2014 03:23
-
-
Save manijshrestha/aab483111d489b5e42ab to your computer and use it in GitHub Desktop.
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
| @Override | |
| public void onBackPressed() { | |
| stopLockTask(); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to doc, stopLockTask() should be called only when startLockTask() has been called, otherwise there would be an error. Hope that help