79592333

Date: 2025-04-25 10:39:19
Score: 2.5
Natty:
Report link

Intent intent = new Intent(Intent.ACTION_CALL);

intent.setData(Uri.parse("tel:" + phoneNumber));

startActivity(intent);

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mahamudul Mondal