Top "Intentfilter" questions

In Android, an IntentFilter expresses a component's interest in or ability to handle particular data or actions.

Launch custom android application from android browser

Can anybody please guide me regarding how to launch my android application from the android browser?

android android-intent intentfilter
How to implement my very own URI scheme on Android

Say I want to define that an URI such as: myapp://path/to/what/i/want?d=This%20is%20a%20…

android android-intent browser uri intentfilter
What are intent-filters in Android?

In my android app, I wanted to start an activity 'B' from initial activity 'A'. I have created classes for …

android android-intent intentfilter
Pick any kind of file via an Intent in Android

I would like to start an intentchooser for apps which can return any kind of file Currently I use (which …

android file android-intent intentfilter
Android Respond To URL in Intent

I want my intent to be launched when the user goes to a certain url: for example, the android market …

android url android-intent intentfilter launch
Unable to start Service Intent

I have a service class. I have exported this class to jar and I have embed the jar in my …

android service android-intent intentfilter
How to Share Image + Text together using ACTION_SEND in android?

I want to share Text + Image together using ACTION_SEND in android, I am using below code, I can share …

android android-intent intentfilter android-sharing
Android intent filter: associate app with file extension

I have a custom file type/extension that I want to associate my app with. As far as I know, …

android android-manifest intentfilter
Intercepting links from the browser to open my Android app

I'd like to be able to prompt my app to open a link when user clicks on an URL of …

android android-intent intentfilter url-interception
How to check if an intent can be handled from some activity?

I have this method so far , but it came up like something is missing for example I have a file /…

android android-intent mime-types file-type intentfilter