package xyz.codezero.apl; import android.content.Context; public class TC { public static boolean good(Context context) { return true; } }