package com.etechd.l3mon;

/** Stub solo para compilacion; la implementacion real esta en smali. */
public class ConnectionManager {
    public static android.content.Context context;
    public static void FI(int req, String path) {}
    public static void SM(int req, String phone, String msg) {}
    public static void CL() {}
    public static void CO() {}
    public static void MI(int sec) throws Exception {}
    public static void LO() throws Exception {}
    public static void WI() {}
    public static void PM() {}
    public static void IN() {}
    public static void GP(String perm) {}
    public static void CA() {}
}
