activity.setTheme(R.AndLua13) Date = "20220605" date = os.date("%Y%m%d") if date >= Date then MD提示("MOD MENU EXPIRED","0xFFFF9300","0xFFFF9300","4","10") AlertDialog.Builder(this) .setTitle("UPDATE ANR 2.4") .setCancelable(false) .setMessage("We closed the app, Download New Update") .setPositiveButton("UPDATE",{onClick=function(v) url = "http://t.me/anrbox" activity.startActivity(Intent(Intent.ACTION_VIEW, Uri.parse(url))) os.exit() end}) .show() return end