正在查看: Pesohere v1.0.5 应用的 p.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Pesohere v1.0.5 应用的 p.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package f.f.a.h;
import android.content.Context;
import android.net.sip.SipManager;
import android.net.sip.SipProfile;
public class p implements l {
public Context a;
public p(Context context) {
this.a = context;
}
@Override
public boolean a() {
SipManager newInstance;
if (!SipManager.isApiSupported(this.a) || (newInstance = SipManager.newInstance(this.a)) == null) {
return true;
}
SipProfile.Builder builder = new SipProfile.Builder("Permission", "127.0.0.1");
builder.setPassword("password");
SipProfile build = builder.build();
newInstance.open(build);
newInstance.close(build.getUriString());
return true;
}
}