Alarm state when the application is reinstalled

Hi I have an application that sets an alarm to perform a specific operation when the alarm goes off.

In case I reinstall the application, what will happen to the alarm that was installed earlier? Will he be active? or he will be killed due to reinstallation.

Will the behavior be changed if the application is a system application? I mean, will the alarm be active even if I reinstall it for system applications?

+3
source share
1 answer

See this question.

, , , . , ( ).

, :

  • , , .
  • BOOT_COMPLETED # 1 .
+2

All Articles