/*
* Decompiled with CFR 0_58.
*
* Could not load the following classes:
* android.app.Application
* android.content.Context
* java.lang.Class
* java.lang.Exception
* java.lang.Object
* java.lang.String
* java.lang.System
* java.lang.reflect.Method
*/
package com.ali.mobisecenhance;

import android.app.Application;
import android.content.Context;
import java.lang.Class;
import java.lang.Exception;
import java.lang.Object;
import java.lang.String;
import java.lang.System;
import java.lang.reflect.Method;

public class StubApplication
extends Application {
/*
* Unable to fully structure code
* Enabled aggressive block sorting
* Enabled unnecessary exception pruning
*/
static {
var0 = "";
try {
var2_1 = Class.forName((String)("android.os.SystemProperties"));
var0 = (String)(var2_1.getDeclaredMethod("get", new Class[]{String.class}).invoke((Object)(var2_1), new Object[]{"ro.product.cpu.abi"}));
}
catch (Exception var1_2) {
var1_2.printStackTrace();
}
while (var0.equalsIgnoreCase("x86")) {
System.loadLibrary((String)("mobisecx"));
return;
}
** GOTO lbl13
lbl13: // 1 sources:
System.loadLibrary((String)("mobisec"));
}

private native void attachBaseContextIT(Context var1);

protected void attachBaseContext(Context context) {
super.attachBaseContext(context);
this.attachBaseContextIT(context);
}

public native void onCreate();
}