Stop Android for killing my Activity after 30 minutes from background
问题 I am creating an application where there is an activity which contains a timer running when ever user comes to that screen. If user leaves that screen by pressing home button without stopping the timer then the user is notified by the notification and then if the user again come back to the app from any means then the same screen should appear. It is working fine if the user comes back to the screen before 30 minutes. Because after 30 minutes android kills my activity from background and my