com-dot-app-sancharsaathi-1-5-0.apk
Download file
package J;
import android.graphics.Typeface;
import java.lang.reflect.Array;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
public class f extends e {
public Typeface h(Object obj) {
try {
Object newInstance = Array.newInstance(this.f1603g, 1);
Array.set(newInstance, 0, obj);
return (Typeface) this.f1609m.invoke((Object) null, new Object[]{newInstance, "sans-serif", -1, -1});
} catch (IllegalAccessException | InvocationTargetException e4) {
throw new RuntimeException(e4);
}
}
public Method s(Class cls) {
Class cls2 = Integer.TYPE;
Method declaredMethod = Typeface.class.getDeclaredMethod("createFromFamiliesWithDefault", new Class[]{Array.newInstance(cls, 1).getClass(), String.class, cls2, cls2});
declaredMethod.setAccessible(true);
return declaredMethod;
}
}
Download file