blob: fcd49cf1e15976eebdce0bf06b1ef00fadade26a [file] [log] [blame]
package util;
import android.app.*;
public class UtilClass {
public static void utilMethod() {
Activity a = new Activity() {
};
ActivityThread t = new ActivityThread() {
};
}
}