0 Members and 1 Guest are viewing this topic.
виджет пофикшен, благодарствуюможно немножко технических деталей формата было, оказалось, стало - интересноЖ
By default, broadcasts—including those made using AppWidgetProvider.onUpdate—run as background processes. This means overloaded system resources can cause a delay in the invocation of the broadcast receiver. To prioritize the broadcast, make it a foreground process.For example, add the Intent.FLAG_RECEIVER_FOREGROUND flag to the Intent passed to the PendingIntent.getBroadcast when the user taps on a certain part of the widget.