How significant is the sendBroadcast overhead? Is it something to be worried about if I plan on calling it often.
How significant is the sendBroadcast overhead? Is it something to be worried about if
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
it depends a lot on how many receivers you have. If your app is the only one receiving it, then you shouldn’t be worried. The
TIME_TICKbroadcast is sent every minute by the system and the phone’s battery still lasts over a week on 100% idle.