Top "Android-implicit-intent" questions

An implicit intent specifies an action that can invoke any app on the device able to perform the action.

How to make a phone call using intent in Android?

I'm using the following code to make a call in Android but it is giving me security exception please help. …

android android-intent phone-call android-implicit-intent android-phone-call
Android implicit intents VS explicit intents

Working with android I realized that implicit intents are good choice in most of cases due to their's flexibility. But …

android android-intent android-implicit-intent explicit-intent
Call intent in Android

How can I make call by pressing button? I get my number as a string from EditText. Here is my …

android android-intent android-implicit-intent
What is the different between Explicit and implicit activity call in android?

What is the difference between explicit and implicit activity call in android? If you explain the answer with a simple …

android android-activity android-implicit-intent explicit-intent
Pick contact directly from contact picker intent

Hello I want to pick a contact from our default contact book intent. I tried several ways to do it. …

android android-intent android-contacts android-implicit-intent contactpicker
Android : Message Intent

I'm a beginner to android. I need to know is there any intent to open the Create Message window. I …

android android-intent sms android-implicit-intent
Pick a file from an SD card using Intent

Does Android have a way to browse and pick any file from an SD card using intents? Something like: String …

android android-intent bluetooth android-bluetooth android-implicit-intent
No apps can perform this action

When I am trying to invoke implicit intent with action "Intent.ACTION_GET_CONTENT", I am getting this error alert "…

android action gallery android-implicit-intent
send SMS Intent in Android

String x="Hello World"; String y="You Rock!!!"; Intent sendIntent = new Intent(Intent.ACTION_VIEW); sendIntent.putExtra("sms_body", x); …

android android-intent sms android-implicit-intent