正在查看: 万能钥匙 v1.1.23 应用的 AccountAuthenticatorService.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: 万能钥匙 v1.1.23 应用的 AccountAuthenticatorService.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.lantern.daemon.farmore.sync;
import android.app.Service;
import android.content.Intent;
import android.os.IBinder;
import com.meituan.robust.ChangeQuickRedirect;
import com.meituan.robust.PatchProxy;
import com.meituan.robust.PatchProxyResult;
import lm.b;
public class AccountAuthenticatorService extends Service {
public static ChangeQuickRedirect changeQuickRedirect;
public b a;
@Override
public IBinder onBind(Intent intent) {
PatchProxyResult proxy = PatchProxy.proxy(new Object[]{intent}, this, changeQuickRedirect, false, 610, new Class[]{Intent.class}, IBinder.class);
return proxy.isSupported ? (IBinder) proxy.result : this.a.getIBinder();
}
@Override
public void onCreate() {
if (PatchProxy.proxy(new Object[0], this, changeQuickRedirect, false, 611, new Class[0], Void.TYPE).isSupported) {
return;
}
super.onCreate();
this.a = new b(getApplicationContext());
}
}