0
Отвечен

sticky broadcast

David Lewis 11 лет назад обновлен Jona (Lead Developer) 11 лет назад 0


What exactly are sticky broadcast?

Ответ

Ответ
Отвечен

From Android dev site:

"Allows an application to broadcast sticky intents. These are broadcasts whose data is held by the system after being finished, so that clients can quickly retrieve that data without having to wait for the next broadcast."

http://developer.android.com/reference/android/Manifest.permission.html#BROADCAST_STICKY


We used to use it but have removed it since in reality we didn't really need it.


Ответ
Отвечен

From Android dev site:

"Allows an application to broadcast sticky intents. These are broadcasts whose data is held by the system after being finished, so that clients can quickly retrieve that data without having to wait for the next broadcast."

http://developer.android.com/reference/android/Manifest.permission.html#BROADCAST_STICKY


We used to use it but have removed it since in reality we didn't really need it.


Сервис поддержки клиентов работает на платформе UserEcho