Create an implicit intent

Report a typo

Arrange the lines code below to create an implicit intent.

Reorder lines using drag or arrows. Adjust indentation with left buttons
                startActivity(intent)
              
                intent.data = Uri.parse("tel:987654321")
              
                val intent = Intent(Intent.ACTION_DIAL)
              
___

Create a free account to access the full topic