blob: ccf651a130a885625c0b05b8f7176c146f931806 [file] [log] [blame]
package com.example.simple;
import android.app.Activity;
import android.os.Bundle;
public class MyActivity2 extends Activity {
/**
* Called when the activity is first created.
*/
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
}
}