Reason for 5 sec delay to show an activity on pressing the home button?

后端 未结 1 1426
既然无缘
既然无缘 2020-12-19 19:35

I am facing delay of 5 sec to show an Activity after pressing the HOME key. I had gone through some post and found that after pressing the HOME button, android prevents serv

相关标签:
1条回答
  • 2020-12-19 19:55

    I know, it's probably too late (half year passed). However, here is the answer

    • You won't be able to get this permission on not rooted phone, unless your application is signed with the same keys as system. Android has some permissions like that.

    • Also, you may be interested to check this question. Starting an activity from a service after HOME button pressed without the 5 seconds delay

    0 讨论(0)
提交回复
热议问题