In Android, an IntentFilter expresses a component's interest in or ability to handle particular data or actions.
I need some help to understand when I can expect my broadcast receiver will work when just registered in the …
android android-intent broadcastreceiver intentfilterWhat is the purpose of using android.intent.category.DEFAULT in the Category field of Intent Filters?
android intentfilterI have an Android app that people use as a replacement for a website. Hence, when users encounter an URL …
android http intentfilterI am new to android platform.please help me out how the Broadcast Receiver and Intent Filter behaves in android.…
android broadcastreceiver intentfilterI have search Android docs and for some insane reason I am not able to find the list of all …
android android-activity broadcastreceiver intentfilterI need to receive broadcasts for network actions like network connected, disconnected etc. I am using a broadcast receiver for …
android intentfilter android-networkingFirst of all, my question is extremely similar to this, this and this. The Android documentation for what I'm trying …
android android-intent intentfilterHi i'm launching activity from preferences screen. Activity is shared among three preferences. I wonder if i can set extras …
android android-intent intentfilter extrasI have researched through most of the custom URL scheme Q&A and I have not found my possible …
android url android-manifest intentfilter url-schemeI 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