Subversion Repositories ES

Compare Revisions

Last modification

Regard whitespace Rev 16 → Rev 17

/trunk/src/de/pointedears/converter/MenuActivity.java
32,6 → 32,7
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
43,12 → 44,13
*/
public class MenuActivity extends ListActivity
{
 
@Override
public void onCreate(Bundle savedInstanceState)
{
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$