SyntaxFix
Write A Post
Hire A Developer
Questions
val intent = Intent(Intent.ACTION_EDIT, ContactsContract.Profile.CONTENT_URI) intent.flags = Intent.FLAG_ACTIVITY_NEW_TASK this.startActivity(intent)