APK反编译源代码展示 - 南明离火平台提供

应用版本信息
应用名称:Electrical Cost
版本号:6.0.5
包名称:it.Ettore.spesaelettrica

MD5 校验值:facd8e3913e14e36e7daf9e69fbd45cb

反编译源代码说明

b.java 文件包含反编译后的源代码,请注意,该内容仅供学习和参考使用,不得用于非法用途。


package M1;

import com.android.vending.licensing.ILicensingService;

public enum b {
    GOOGLE("Google PlayStore", "market://details?id=", "https://play.google.com/store/apps/details?id=", ILicensingService.SERVICE_PACKAGE, "https://support.google.com/store/answer/6160267", "https://support.google.com/googleplay/answer/143779"),
    HUAWEI("Huawei AppGallery", "appmarket://details?id=", "https://appgallery.cloud.huawei.com/marketshare/app/C", "com.huawei.appmarket", "https://consumer.huawei.com/sg/support/how-to/detail-troubleshooting/en-us00698199/", "https://developer.huawei.com/consumer/en/doc/development/HMSCore-Guides/huawei-iap-coverage-0000001050438753"),
    AMAZON("Amazon AppStore", "amzn://apps/android?p=", "http://www.amazon.com/gp/mas/dl/android?p=", "com.amazon.venezia", "", "");


    public final String f725a;

    public final String f726b;

    public final String f727c;

    public final String f728d;
    public final String e;
    public final String i;

    b(String str, String str2, String str3, String str4, String str5, String str6) {
        this.f725a = str;
        this.f726b = str2;
        this.f727c = str3;
        this.f728d = str4;
        this.e = str5;
        this.i = str6;
    }
}