C
C
Crowcloud2019-03-16 05:40:29
Android
Crowcloud, 2019-03-16 05:40:29

How to 100% prevent Android app from closing?

Example: Android system alarm. For some, it rings even when the phone is turned off. And I download another alarm clock on the market - the application can close without saying anything, and sooner or later I will oversleep something important.
How to achieve guaranteed impossibility to disable for custom reminders?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
0
074909, 2019-03-16
@074909

Look for an alarm clock application that can keep its icon in the status bar - the system does not close such applications.
I myself suffer from the same problem, but not with an alarm clock, but with instant messengers:
Viber, for example, can show itself in the status bar and never closes;
And that the vatsap was closed, I only find out after the call and the opponent's question "why are you not answering."

Y
yarston, 2019-03-16
@yarston

Android has an AlarmManager for such purposes, if the question is about development.

D
Danil Zhdanov, 2019-03-16
@XpaHuTeJIb

Perhaps you need energy saving, because many devices do not receive notifications for this reason. You can also "Lock" (like that's what it's called) the application so that it doesn't close. Windows button -> click on the application, and there should be a lock. (Does not work on all devices)

D
DrRats, 2020-12-23
@DrRats

The phones of many manufacturers have several programs built into the OS to optimize the phone (such as "Phone Manager", "Security", etc.). They block applications from running in the background. You need to allow everything in them for the application that you need.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question