Top "Intentfilter" questions

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

Gradle: How to merge Android manifest files for different buildTypes which need the same Activity, but with different intent-filters

so I'm trying to use gradle to create a separate buildType, but that buildType needs to use different characteristics for …

build action android-manifest gradle intentfilter
How to correctly filter Package replaced broadcast

I am trying to catch the package replaced broadcast for my app and only my app, but for some reason …

android broadcastreceiver broadcast intentfilter
About starting Android app from an URL

I am trying to figure out how to start an app from a URL, and how I should write that …

android android-activity android-intent intentfilter
how do i start any simple app in kiosk mode?

i just wanna start any simple app in a kiosk mode, that is whenever i reboot i want only the …

android intentfilter android-launcher kiosk-mode
PACKAGE_REMOVED & then PACKAGE_ADDED are fired along with PACKAGE_REPLACED Intent Action

All I am trying to do is update my list on each Install & Uninstall but not on Package Replace .…

android broadcastreceiver intentfilter
How to filter only specific URL with intent filter

I want to filter specific URL : http://gaapa.cz/mobile/* But this filter is fired on every URl - ehta's …

android intentfilter
Android Intent-Filter for http address

I am trying to intercept a couple different links with my app, and I am having trouble with the intent-filter …

android android-activity android-intent android-manifest intentfilter
Difference between Intent.ACTION_REBOOT and Intent.ACTION_SHUTDOWN

I am trying to receive (with BroadcastReceiver) the action of shutting down, booting and rebooting. I searched a lot, but …

android shutdown intentfilter reboot android-broadcast
"IntentReceiver components are not allowed to register to receive intents" when trying to determine Battery level

I am trying to get Battery info from my Application following the guidelines at http://developer.android.com/training/monitoring-device-state/…

android android-intent intentfilter
Firefox for Android does not launch app when link is clicked

Firefox does not fire intents for clicked links the way it should. Therefore one cannot launch their app by clicking …

android firefox android-intent intentfilter url-scheme