I use AlarmManager to call BroadcastReceiver . I install it in one of the application activations. After completion of the application AlarmManager does not work. Please tell me how you can solve the problem.
By “application termination” I mean not its folding (for example, through the home button), but the completion, say, through the standard taskkiller.
Tried .set() .setExact() .setExactAndAllowWhileIdle() Also tried to add an application to the whitelist of the battery.
It AlarmManager not necessary to use the AlarmManager , you just need to start the task after a specified time.
When testing using a device with API 23
PS: alarm clocks somehow work: D