blob: 973827d92a9e4c5f55ec05eebbc65b36fcda4d7b [file] [log] [blame]
package p1.p2;
import android.app.Activity;
import android.os.Bundle;
/**
* Tests that navigation to the SDK base class will work.
*/
public class MyActivity extends Act<caret>ivity {
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
}
}