Subversion Repositories ES

Compare Revisions

Last modification

Regard whitespace Rev 19 → Rev 20

/trunk/src/de/pointedears/converter/MenuActivity.java
32,7 → 32,6
import android.view.View;
import android.widget.ListView;
import android.widget.SimpleAdapter;
import de.pointedears.converter.helpers.UpdateService;
 
/**
* Generates the main menu as a list of activities from the manifest
49,8 → 48,6
{
super.onCreate(savedInstanceState);
 
this.startService(new Intent(this, UpdateService.class));
 
Intent intent = this.getIntent();
String path = intent.getStringExtra("de.pointedears.converter.Path"); //$NON-NLS-1$