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