|
|
@ -13,6 +13,7 @@ import android.content.res.AssetManager;
|
|
|
|
import android.os.Build;
|
|
|
|
import android.os.Build;
|
|
|
|
import android.os.Handler;
|
|
|
|
import android.os.Handler;
|
|
|
|
import android.os.IBinder;
|
|
|
|
import android.os.IBinder;
|
|
|
|
|
|
|
|
import android.support.v7.app.ActionBar;
|
|
|
|
import android.support.v7.app.AppCompatActivity;
|
|
|
|
import android.support.v7.app.AppCompatActivity;
|
|
|
|
import android.os.Bundle;
|
|
|
|
import android.os.Bundle;
|
|
|
|
import android.text.TextUtils;
|
|
|
|
import android.text.TextUtils;
|
|
|
@ -124,9 +125,9 @@ public class MainActivity extends AppCompatActivity {
|
|
|
|
} catch (PackageManager.NameNotFoundException e) {
|
|
|
|
} catch (PackageManager.NameNotFoundException e) {
|
|
|
|
e.printStackTrace();
|
|
|
|
e.printStackTrace();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
TextView titleText = (TextView)this.findViewById(R.id.titleText);
|
|
|
|
|
|
|
|
// Intrinsics.checkNotNullExpressionValue(titleText, "titleText");
|
|
|
|
ActionBar actionBar = getSupportActionBar();
|
|
|
|
titleText.setText((CharSequence)("frp for Android - " + versionName + "/0.58.0"));
|
|
|
|
actionBar.setTitle(actionBar.getTitle().toString() + " v" + versionName + "/0.58.0");
|
|
|
|
|
|
|
|
|
|
|
|
int startFrp = 0;
|
|
|
|
int startFrp = 0;
|
|
|
|
int autoClose = 0;
|
|
|
|
int autoClose = 0;
|
|
|
|