package com.jwipc.nodka_reboot_under;
|
|
import android.app.Activity;
|
import android.os.Bundle;
|
|
public class MainActivity extends Activity{
|
|
|
|
|
|
|
|
|
|
|
@Override
|
protected void onCreate(Bundle arg0) {
|
// TODO Auto-generated method stub
|
super.onCreate(arg0);
|
|
setContentView(R.layout.main);
|
|
|
|
|
|
}
|
|
|
|
|
|
|
}
|