Top "Intentfilter" questions

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

Broadcast Receiver Register in Manifest vs. Activity

I need some help to understand when I can expect my broadcast receiver will work when just registered in the …

android android-intent broadcastreceiver intentfilter
What is the purpose of "android.intent.category.DEFAULT"?

What is the purpose of using android.intent.category.DEFAULT in the Category field of Intent Filters?

android intentfilter
Open Android app from URL using intent-filter not working

I have an Android app that people use as a replacement for a website. Hence, when users encounter an URL …

android http intentfilter
Android-Broadcast Receiver and Intent Filter

I am new to android platform.please help me out how the Broadcast Receiver and Intent Filter behaves in android.…

android broadcastreceiver intentfilter
Android: How to get a list of all available intent filters?

I have search Android docs and for some insane reason I am not able to find the list of all …

android android-activity broadcastreceiver intentfilter
Intent action for network events in android sdk

I need to receive broadcasts for network actions like network connected, disconnected etc. I am using a broadcast receiver for …

android intentfilter android-networking
Launching custom Android application from Android browser / Chrome

First of all, my question is extremely similar to this, this and this. The Android documentation for what I'm trying …

android android-intent intentfilter
Is there any way to put extras to Intent from preferences?

Hi i'm launching activity from preferences screen. Activity is shared among three preferences. I wonder if i can set extras …

android android-intent intentfilter extras
Android how to create Custom URL scheme with the given format myapp://http://

I have researched through most of the custom URL scheme Q&A and I have not found my possible …

android url android-manifest intentfilter url-scheme
Android Activity with no GUI

I have created a activity that is only meant to be launched from a link (using a intent filter.) I …

android user-interface broadcastreceiver android-service intentfilter