Subversion Repositories ES

Compare Revisions

Last modification

Ignore whitespace Rev 20 → Rev 19

/trunk/src/de/pointedears/converter/ConverterApplication.java
5,8 → 5,6
package de.pointedears.converter;
 
import android.app.Application;
import android.content.Intent;
import de.pointedears.converter.helpers.UpdateService;
 
/**
* Converter application class. Holds the intent category for building
30,8 → 28,6
@Override
public void onCreate()
{
this.startService(new Intent(this, UpdateService.class));
 
/*
* This populates the default values from the preferences XML file. See
* {@link DefaultValues} for more details.