Android Question How to speed up app startup with service on phone boot ?

amorosik

Expert
Licensed User
Android app with service for receiving notifications via Fcm, such as Erel example
I set the FirebaseMessaging service #StartAtBoot: true
In the code there is the signaling through a notification that the program has been started
When I restart the phone, I have to note that many other apps start much earlier than mine
For example Anydesk starts after about 1 minute after turning on the phone, my part after about 2,5 minutes starting the phone
What does this difference in phone app start time depend on?
How to speed up the launch of my app from the moment the phone is turned on?
(Samsung A10, B4A 11.00, jdk 11.0.1)
 
Last edited:
Top