Subversion Repositories ES

Compare Revisions

Last modification

Ignore whitespace Rev 19 → Rev 20

/trunk/src/de/pointedears/converter/ConverterApplication.java
5,6 → 5,8
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
28,6 → 30,8
@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.