Top "Intentfilter" questions

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

Matching a url pattern in <intent-filter>

I'd like one of my activities to pick up a particular url. The pattern is: http://www.example.com/abc123/…

android android-intent intentfilter
Intent Filters and android:pathPattern

In my application, I want to handle links that use the following pattern: scheme://host/folder1/folder2/folder3/folder4/article …

android android-intent path intentfilter
How to get the file name from the intent?

This is my manifest file. After using intent filter i download the ics file from the mail attachment. When i …

android android-intent intentfilter
scheme host not working on android lollipop, click on link to open app

I am using this piece of code to launch my app from a link. <activity android:name="com.example.…

android android-intent hyperlink android-5.0-lollipop intentfilter
Android: How to get location information from intent bundle extras when using LocationManager.requestLocationUpdates()

I am trying to use Android's LocationManager requestLocationUpdates. Everything is working until I try to extract the actual location object …

android geolocation intentfilter android-intent
Redirect User From Browser to My App after open a specific URL

I wrote an application that user after click on buy Button He/She redirect to Internet Browser (e.g: chrome) …

android payment intentfilter
android nfc intent-filter to show my application when nfc discover a tag

I am writing an app that works with NFC and MIFARE CARD. When my NFC device detect a card, it …

android android-intent nfc mifare intentfilter
Android: Understanding Intent-Filters

I would like to create an Intent-Filter, so that certain links will trigger the start of my application (see this …

android android-intent intentfilter
How to create/disable intent-filter programmatically?

I have three activity and three Intent Filters for them in the Android Manifest. <application android:icon="@drawable/ic_…

android intentfilter