(Context context)
| 1167 | } |
| 1168 | |
| 1169 | static void stop(Context context) { |
| 1170 | context.stopService(new Intent(context, ServiceSend.class)); |
| 1171 | } |
| 1172 | |
| 1173 | static void schedule(Context context, long delay) { |
| 1174 | Intent intent = new Intent(context, ServiceSend.class); |