Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Passcode activated and call the camera activity, show lock screen #2

Closed
coyarzun89 opened this issue Feb 28, 2014 · 1 comment
Closed
Labels

Comments

@coyarzun89
Copy link

If I set these values:
public static final int DEFAULT_TIMEOUT = 2
public static final int EXTENDED_TIMEOUT = 2

And then call the camera activity with onactivityonresult, the lock screen is showed. How can I avoid it?

@DineshAnandan
Copy link

@coyarzun89 you need setExtendedTimeout by calling the below method

AppLockManager.getInstance().setExtendedTimeout();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants