Tagged Questions
The intentfilter tag has no wiki summary.
15
votes
1answer
9k views
Intent action for network events in android sdk
I need to receive broadcasts for network actions like network connected, disconnected etc. I am using a broadcast receiver for this purpose. Can anyone please tell me which intent action I need to ...
9
votes
5answers
8k views
Android SMS receiver not working
I'm trying to write a simple application that attempts to receive SMS messages and handle them. I've followed several tutorials but I'm getting nowhere, when I send a SMS to the emulator, the Intent ...
8
votes
3answers
4k views
Is there any way to put extras to Intent from preferences?
Hi i'm launching activity from preferences screen. Activity is shared among three preferences.
I wonder if i can set extras for this activity in xml
<Preference
android:key="action_1"
...
7
votes
2answers
649 views
Intercepting the ACTION_CALL intent on HTC sense
I have an Activity to catch ACTION_CALL intent via intent-filter and route via my app which works fine on Nexus one, Moto Blur, and Samsung devices. But not on HTC sense. :(
The ...
6
votes
1answer
571 views
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 ...
5
votes
1answer
724 views
what is the purpose of “android.intent.category.DEFAULT”?
what is the purpose of giving "android.intent.category.DEFAULT" in the category filed of intent filters ? what does it mean?
5
votes
4answers
1k views
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.
How can I build an intent ...
5
votes
3answers
4k views
Android - Intent Filter?
I am trying to register my Activity so that it can be used by the Activity chooser/picker allowing a user to choose whether or not to select my application/Activity to complete what they are trying to ...
5
votes
4answers
6k views
Android Activity with no GUI
I have created a activity that is only meant to be launched from a link (using a intent filter.) I do not want this activity to have a GUI - I just want it to start a service and put a notification in ...
4
votes
2answers
80 views
What's the correct way to specify an intent action in Manifest File?
The tutorial says to use android.appwidget.action.APPWIDGET_UPDATE in the action element within the XML intent-filter.
However,
this is the value of a String constant ACTION_APPWIDGET_UPDATE in
...
4
votes
1answer
82 views
Can you define an Android intent-filter using a string resource?
I wanted to define the string name of my intent in the strings.xml file, and then bind that string to an intent filter, as so:
<intent-filter >
<action android:name="@string/app_intent" ...
4
votes
3answers
293 views
Intent filter is not working for calling screen
I am designing a custom calling screen to show information, such as the caller's address book info, on screen during the phone conversation.
My app will begin when the user presses the call button by ...
4
votes
2answers
410 views
Android External App Install (on SD card), reload alarmmanager alarms on re-mount through receiver
I'm developing an android app that I want to allow users to install on their SD card (http://developer.android.com/guide/appendix/install-location.html). However, the app has some Alarms created ...
4
votes
1answer
417 views
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 data parameters to do it.
Here are the 2 types of links that I want to intercept
...
4
votes
3answers
3k views
Android intent filter, associate app with file extension
This has been asked many times, but no working answer was given.
I have a custom file type/extension that I want to associate my app with.
As far as I know, the data element is made for this purpose, ...
4
votes
4answers
760 views
What are Intent Filters exactly?
I've read lots of articles about intent filters and I really can't understand exactly what they do?
so please if anybody can explain to me with a clear example what is the role of intent filters ...
4
votes
1answer
6k views
Android - Registering a broadcast receiver for two intents?
I was wondering is it possible to register a broadcast receiver to receive two intents?
My code is as follows:
sipRegistrationListener = new BroadcastReceiver(){
@Override
public void ...
4
votes
1answer
3k views
How to add share menu item to Gallery by code
I know how to implement this issue by Menuifest.xml, see also:
Google Android Developer Group related issue
But my question is how to add share menu of Gallery by java code not Menuifest.xml.
My ...
3
votes
1answer
127 views
How to discover another app's intent
I'm trying to build an app to receive shares from the StumbleUpon app.
I can, at this point, receive the browser's "share url", but when sharing from StumbleUpon my app does not show up on the list.
...
3
votes
2answers
332 views
getBoolean(EXTRA_NO_CONNECTIVITY) always returns false
One time that I had a prob, you guys were really helpful. So here I am again with another problem I have fallen onto... :/
I am running a custom NetworkReceiver that extends BroadcastReceiver. I want ...
3
votes
1answer
417 views
Spotify Intent in android?
I would like to play a certain spotify playlist, anyone knows if there is any Spotify intent filter available?
thanks!
3
votes
4answers
226 views
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 ...
3
votes
5answers
1k views
Android — How to I get a list of all available intent filters?
I have search Android docs and for some insane reason I am not able to find the list of all available intent filters.
I am finding an intent filter, which would do something like , notifying me ...
3
votes
1answer
437 views
How to exclude my own Activity from Activity.startActivity(Intent) chooser?
My app works with pictures. It can take multiple pictures as an input, process them, and send them again to another app.
As a consequence, my main Activity has declared an intent filter on ...
3
votes
1answer
668 views
Add to menu using addIntentOptions providing multiple intents for a single activity
I want to use addIntentOptions to drive my menus when ever possible. This seems the cleanest way to provide them. Rather than explicitly detailing activities, simply ask for a menu listing all the ...
3
votes
1answer
296 views
How to list Activities which match an intent?
I have a few separate applications which are all launched purely through a main application.
I am wondering if I'd be able to use intents to retrieve a list of all the sub-applications which match ...
3
votes
1answer
149 views
Android - Intents somehow incrementing?
I have started using custom intents in my application and I have come across a bit of a problem.
When I send a custom intent I register a Broadcast Receiver and I catch the intent no problem.
...
3
votes
2answers
5k views
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 that in my broadcast receiver. Do I need to specifically ...
2
votes
2answers
44 views
Pick any kind file via an Intent on Android
I would like to start an intentchooser for apps which can return any kind of file
Currently I use (which I copied from the Android email source code for file attachment)
Intent intent = new ...
2
votes
2answers
65 views
How to wait for Broadcast Receiver to finish
I have a method where I register broadcast receivers using intent filters to discover bluetooth devices.
// global variable
String xpto = "empty";
Here is the void method:
IntentFilter filter = ...
2
votes
2answers
239 views
POWER connected and disconnected listeners
I am listening to both connecting and disonnecting the power for my galaxy.
I have creatd 2 BroadCastReceivers, one for connect, and one for disconnect.
When I try to implement, I only get the ...
2
votes
1answer
228 views
How can I return to a child activity, after finishing OAUTH for twitter?
For my application there is one tab host with 5 different activities for 5 tabs. One of those is actually an activity group, which contain 4 child activities, and users can go back and fro for these ...
2
votes
1answer
266 views
How to launch an activity from browser in android?
How can I launch my activity from android browser? I have a link,say,http://a.b.com. I need to open my activity when user enters that URL in android browser. I had given intent filters in my manifest ...
2
votes
1answer
1k views
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 .So the main problem is that Install & Uninstall intents are launched on each Replace action.
So ...
2
votes
1answer
585 views
Android: Intent for receiving email attachment
I still haven't quite got this "Intent" thing down when it comes to the details. What I'd like to do is to receive an intent when a certain email attachment is opened. The attachment will be a file ...
2
votes
2answers
751 views
How to add or remove intent filter programmatically in android?
Is it possible to remove intent filters 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 handle dial.
...
2
votes
3answers
338 views
Different activity title in different intent actions
I have one activity and three intet filters, each with different label set on, (AndroidManifiest.xml below)
<activity android:name=".activities.RecordActivity">
...
2
votes
1answer
361 views
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 in my reciever I am the broadcast for every app that is updated. I thought you only needed to set ...
2
votes
1answer
171 views
Shouldn't string references work for action names of an intent filter in the AndroidManifest?
Originally my AndroidManifest.xml contained an activity which I reached through its custom action name.
<activity
android:label="HERE I AM"
android:name="TestController">
...
2
votes
1answer
895 views
Broadcast intents for bluetooth, wifi and ringer mode
What are the intents that are broadcasted in the following events,
Wifi state change
Bluetooth state change
Ringer mode change
2
votes
2answers
1k views
Correct Android intent-filter configuration to associate a file type with an Activity?
This question has been asked [numerous times] before, but I have not seen any definitive answers, or examples of code that actually works.
I would like to associate an Activity with a particular file ...
2
votes
1answer
2k views
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.p" android:pathPrefix="t" />
Why doesn't the following url trigger it?
...
2
votes
1answer
1k views
How do I permit the android browser to download files of a particular extension?
I want to have the default android browser be able to download files of a particular file extension, .xyz, for example.
Without installing Astro (or some other file manager), users will get the error ...
2
votes
1answer
361 views
Do I need to add an intent-filter when starting a service?
I am following a tutorial to setup a service to start on boot where the last piece of the code is:
Make an entry of this service in AndroidManifest.xml as
<service android:name="MyService">
...
1
vote
2answers
30 views
How to troubleshoot Android intent filters?
As illustrated by a number of questions here, it's sometimes difficult to get intent filters configured correctly. If a filter is not working like expected (e.g., app shows "permission denied"), what ...
1
vote
1answer
24 views
does Telephony.SMS_RECEIVED called for MMS?
I know how to use intent filter for
android.provider.Telephony.SMS_RECEIVED
but my question is does this work for MMS??
1
vote
1answer
31 views
Intent filters overwriting in the Foreground activity
I have two activities with exactly same intent filters and I would like to start one of them depending on the condition.
ActivityA should be started by the user when he/she gets the Intent delivered ...
1
vote
1answer
43 views
What is the Intent that needs to be filtered to show a call log
I have an application that has an activity that acts a s a call log, I want the user to be able to decide whether to use the stock android one or use ours. I can't seem to find which intent filter to ...
1
vote
2answers
250 views
Package rename and error “Activity class does not exist”
I have a splash activity which starts another activity like this
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.splash);
...
1
vote
0answers
286 views
Intent resolution and difference between ACTION_CHOOSER and ACTION_PICK_ACTIVITY
I have a question about intent resolution and the difference between Intent.ACTION_PICK_ACTIVITY and Intent.ACTION_CHOOSER (including it's convenience function version, Intent.createChooser()).
I'm ...