-
Notifications
You must be signed in to change notification settings - Fork 6
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
StartActivity when app is paused #27
Comments
Have you tried setting the showOptions in the addAlarm -> (https://github.com/Red-Folder/Scheduler-Plugin/wiki/addAlarm) There are three options: None, WakeScreen & ShowOverLockScreen (see https://github.com/Red-Folder/Scheduler-Plugin/wiki/ShowOption) |
Hey, |
Are you seeing anything in the logcat? Is the alarm being broadcast, is it being handled, are there any error messages. |
This might be from bug 13 I'm afraid it's been a while since I've worked on the code, so difficult to remember where I got to |
There are no errors. When i unlock the screen the app is in foreground. i will add some pictures and the logcat when im at home! Thanks for your fast response! |
Hello,
thank you for the plugin!!!
it works fine but when the activity is paused or in background and you lock the screen the app will not been started...
ive tryed " android:launchMode="singleIstance"" but this does not work...
can you help me?
greetings
The text was updated successfully, but these errors were encountered: