Top "Intentfilter" questions

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

Android Deeplinking not working with multiple schemes

I am stuck with the following scenario. I defined the following deep link intent filters in the AndroidManifest.xml Expected …

android android-activity android-manifest intentfilter deep-linking
Android Launching or bringing to front another application via Intent

Im having trouble getting this to work, here´s a quick overview of the idea. First, I cant change the …

android android-intent launch intentfilter
Is it possible to register two actions within one <intent-filter> for Activity

I wanted to register my launcher activity so it could be started by both clicking on icon and opening link …

android android-manifest intentfilter
Android intent filter data path example

I tried using the following data in my intent filter: <data android:scheme="http" android:host="an.example.i.…

android android-intent intentfilter
Open URL in WebView instead of default Browser

I am creating simple Webview application with some links on textview and open those links in webview instead of default …

android url webview textview intentfilter
Send a broadcast only to specific Activity

I have one Activity which creates a BroadcastReceiver with an IntentFilter in the method onCreate(...): IntentFilter iFilter = new IntentFilter("action"); …

android broadcastreceiver intentfilter intentservice
Can't receive broadcast Intent of UsbManager.ACTION_USB_DEVICE_ATTACHED/UsbManager.ACTION_USB_DEVICE_DETACHED

I am coding an USB host App recently, but it's stucked because I can't detect the device attached/detached event, …

android usb broadcastreceiver host intentfilter
Open folder content with default file manager in android

I am working with pdf files in my android app. In a Alert Dialog pressing "Yes" should open the pdf …

android android-intent intentfilter android-file
Receiving data from other apps - android

I read the documentation on receiving simple data. I want to receive an URL,i.e. text/plain from other …

java android android-intent intentfilter android-implicit-intent
Get NFC tag with NDEF Android Application Record (AAR)

I am working on an NFC-application. To start my app, I am using a NDEF-tag with an AAR NDEF Record …

android nfc intentfilter ndef android-applicationrecord