MD5 校验值:968838cd794cef01a8eb9d3146a32cc7
i.java 文件包含反编译后的源代码,请注意,该内容仅供学习和参考使用,不得用于非法用途。
package f.a; import android.R; import android.content.Context; import android.graphics.Color; import android.os.Bundle; public enum i { TRAON_TEAM(n.f10589a, "traon.team@gmail.com"), RXE(n.f10590b, "rxe.dev@protonmail.com"); private final int u0; public final String v0; i(int i, String str) { this.u0 = i; this.v0 = str; } public String c(Context context) { int e2 = f.l.d.e(context, R.attr.textColorPrimary, -16777216); int e3 = f.l.d.e(context, j.f10581a, -16777216); return context.getString(this.u0).replaceAll("\\[\\[email\\]\\]", this.v0).replaceAll("\\[\\[text-color\\]\\]", String.format("#%02x%02x%02x", Integer.valueOf(Color.red(e2)), Integer.valueOf(Color.green(e2)), Integer.valueOf(Color.blue(e2)))).replaceAll("\\[\\[link-text-color\\]\\]", String.format("#%02x%02x%02x", Integer.valueOf(Color.red(e3)), Integer.valueOf(Color.green(e3)), Integer.valueOf(Color.blue(e3)))); } public Bundle d(Context context, Bundle bundle) { if (bundle == null) { bundle = new Bundle(); } bundle.putInt("WebViewFragment.WEB_VIEW_BACKGROUND_COLOR", 0); bundle.putCharSequence("WebViewFragment.TARGET", c(context)); return bundle; } }