Я хочу позвонить в службу, когда начнется определенное действие. Итак, вот класс Service: public class UpdaterServiceManager extends Service { private final int UPDATE_INTERVAL = 60 * 1000; private Timer timer = new Timer(); private static final int NOTIFICATION_EX = 1; private NotificationManager...