intentfilter
android: problem setting up intent filter to fire off activity when downloading file from web in browser
I am having a problem getting an activity to be initiated in response to a file download from a browser window.[详细]
2023-02-24 02:10 分类:问答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 stackoverflow-thread for example: How to register some URL namespace (myapp://app.star[详细]
2023-02-21 17:11 分类:问答Spotify Intent in android?
I would like to play a certain spotify playlist, anyone knows if there is a开发者_Python百科ny Spotify intent filter available?[详细]
2023-02-16 08:28 分类:问答Why is my Activity not being launched by URL?
I realize there are several similar questions, but none of the accepted answers are working for me.As part of an oauth process I want a browser redirect to launch my activity.As I\'ve seen everywhere,[详细]
2023-02-15 01:57 分类:问答How to catch Android share intents limited to specific URLs using intent-filter?
I can hook my app into the \"Share page\" feature using the following intent-filter: <intent-filter>[详细]
2023-02-10 10:41 分类:问答Android: How to use intent-filter to process a PDF email attachment?
I\'ve been trying to have either the email or gmail applications give me the option of using my application to open a PDF attachments to no avail. My intent-filter looks like:[详细]
2023-02-08 10:06 分类:问答How to open my Android app when rss link is opened in browser?
I\'m creating an rss aggregator for my Android phone.I\'d like to be able to subscribe to an rss feed from the browser since most websites have a subscribe via rss button.[详细]
2023-02-08 09:23 分类:问答How to add or remove intent filter programmatically in android?
Is it possible to remove intent fi开发者_运维百科lters from activity based on user preference? Say dial intent filter is added and then at later point of time user decides the application should not h[详细]
2023-02-07 17:24 分类:问答App not opening attachments in Android Email App
My app is working correctly with Gmail: on clicking preview for an attachment it will open with my app, but not in the Email app. What do I need to add to my manifest to integrate with the email app?[详细]
2023-02-06 22:22 分类:问答Different activity title in different intent actions
I have one activity and three intet filters, each with different label set on, (AndroidManifiest.xml below)[详细]
2023-02-05 23:08 分类:问答