In Android, an IntentFilter expresses a component's interest in or ability to handle particular data or actions.
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-linkingIm having trouble getting this to work, here´s a quick overview of the idea. First, I cant change the …
android android-intent launch intentfilterI wanted to register my launcher activity so it could be started by both clicking on icon and opening link …
android android-manifest intentfilterI tried using the following data in my intent filter: <data android:scheme="http" android:host="an.example.i.…
android android-intent intentfilterI am creating simple Webview application with some links on textview and open those links in webview instead of default …
android url webview textview intentfilterI have one Activity which creates a BroadcastReceiver with an IntentFilter in the method onCreate(...): IntentFilter iFilter = new IntentFilter("action"); …
android broadcastreceiver intentfilter intentserviceI 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 intentfilterI am working with pdf files in my android app. In a Alert Dialog pressing "Yes" should open the pdf …
android android-intent intentfilter android-fileI 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-intentI 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