blob: a9e04005c41778aea4e55b03ea4e5f7785975e85 [file] [log] [blame]
package test.pkg;
import android.app.Activity;
public abstract class AbstractActivity extends Activity {
}