Android Developers
الذهاب إلى القناة على Telegram
Here You Can Get Android App Development Tutorials For Free LinkTree https://linktr.ee/androiddeveloperspage Contact Me @androiddevstutorialscommentbot
إظهار المزيد808
المشتركون
لا توجد بيانات24 ساعات
+167 أيام
+15630 أيام
أرشيف المشاركات
AlertDialog alertdialog = dialog.create();
alertdialog.show();
TextView message = alertdialog.getWindow().getDecorView().findViewById(android.R.id.message);
message.setTextIsSelectable(true);finishAffinity();
Intent intent = getPackageManager().getLaunchIntentForPackage(getApplicationContext().getPackageName());
startActivity(intent);