|
|
|
|
|
by foepys
1429 days ago
|
|
Google's push notification framework is baked into the kernel. There is no way to make a competing framework as efficient as Google's solution in Android, so next to no app supports something else. Every app you see working without Google's tools is simply using good old long polling or periodically looks for new messages. Both are very inefficient and slow. |
|