@ -877,6 +877,8 @@ public class MicroPhotoService extends Service {
@Override
public int onStartCommand(Intent intent, int flags, int startId) {
Log.d(TAG, "MicroPhotoService::onStartCommand");
if (intent == null) {
stopForeground(true);
stopSelf();