[android-developers] intent filter

2009-08-09 Thread Andrei
Could somebody please humanly explain in few words what these are for in ? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@

[android-developers] intent-filter

2012-03-07 Thread bob
For some reason, when my intent-filters are like so, my App doesn't launch automatically when I try to debug it: Any ideas why this is? I'm doing more than just MAIN and LAUNCHER because the app needs

[android-developers] intent filter issue

2009-09-14 Thread Jason Proctor
hey i was hoping for some guidance on an intent issue. my app has three main components -- a regular main/launch one which handles most of the functionality, a broadcast receiver which listens for phone state, and a view activity which shows stuff when the phone rings. the phone rings, the br

[android-developers] intent filter issue

2009-09-14 Thread Jason Proctor
thanks for the response. i implemented by own affinity-defeat, by calling finish() in onPause() :-) but i will check out an affinity-based solution just to learn how. it's no problem that users can't get back to that activity, because it's only supposed to be accessible when the phone rings.

[android-developers] intent filter/image

2010-11-01 Thread meakin
Hello, I'm developing a game based on the images. I would like when you select an image in the gallery, my application appears in the list "complete action using". and when I select my application, it loads the image. My question is in two stages: - In the AndroidManifest.xml, I did: ... ...

Re: [android-developers] intent-filter

2012-03-08 Thread Justin Anderson
What do you mean it needs to get "boot messages"? From Android? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Mar 7, 2012 at 12:40 PM, bob wrote: > For some reason, when my intent-filters are like so, my App doesn't launch > automatically when

[android-developers] Intent filter question

2010-12-24 Thread Tor
Hello, Is it possible to act on specific data in an intent? (Say, if a URL matches a regular expression.) I am able to trigger my application when someone clicks on a URL, but I don't want the app to be in the browseable list unless a URL matches a regular expression, say. Any pointers? Kind re

[android-developers] Intent filter matching problem

2010-01-08 Thread Felipe Henriques da Silva
Hi everyone, I have a problem with an intent-filter matching. I am using the following filter for my activity: My objective is to only receive intents with images. The problem is that intents with mimetype "*/*" are also b

[android-developers] intent-filter match on android:path ?

2008-04-07 Thread David Welton
Any idea why this: . Isn't matching on messages like this: Intent { action=android.intent.action.VIEW data=content://im/messagesBy/1/1/serverwitness%40gmail.com launchFlags=4 extras=Bundle[{accountId=1, [EMAIL PROTECTED]/D2530546, providerId=

[android-developers] Intent filter for SMS application

2010-09-02 Thread Incredible
Hi I 'm trying to use in AndroidManifest.xml of my application. Now after installing the application to android handset I want to give choice to send sms using my application or default sms application ,, whenever he tries to send sms. -- You received this message because you

[android-developers] Intent filter for email forward

2010-08-21 Thread Marcus
Hi to all, I'm trying to develop a simple application to handle mail forwards (basically a proof of concept on intent filters). My starting poing was: http://www.rainbowbreeze.it/android-e-intent-filters-per-registrare-unapplicazione-tra-quelle-per-mandare-sms/ For non-italian readers, this blog

[android-developers] Intent Filter by protocol specifier

2010-10-12 Thread Carlos Silva
Hi guys, are there any docs covering the filtering of the protocol specifier? Something like the market application does with "market://", i'd like to make with my application. Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Android Developers" g

[android-developers] Intent filter for text/calendar ?

2010-01-21 Thread jarkman
I've been trying (and failing) to write an intent filter which will allow my app to handle "text/calendar" attachments received in the GMail or email apps I don't really know if my failure is because the mail apps are just not looking for apps to handle these attachments, or if I am getting the in

[android-developers] intent-filter for addContact and editContact ?

2008-12-04 Thread jaspher
hello I'm looking for a intent-filter which can start my BroadcastReciver when somebody adds a new contact or edit a contact. Unfortunately I couldn't finde something like that. Does it exist? If not how can I get a Notification when somebody added a new contact or something like that? thanks in

[android-developers] Intent filter for date/time settings

2009-09-02 Thread marchinram
Hello, I need to fire an intent which opens the date/time settings, after viewing the source for the settings app I saw that the action for the date/time settings was "android.settings.DATE_SETTINGS", but every time I fire an intent with that action like so: new Intent ("android.settings.DATE_SETT

[android-developers] intent-filter need and good document

2008-05-16 Thread Raja Nagendra Kumar
Hi, Against each activity I see intent-filter tag.. what is it indent to how do we know such tags and its values.. e.g as in/.. Regards, Nagendra --~--~-~--~~~---~--~~ You received this message because you are subs

[android-developers] Intent filter to launch an application

2010-09-15 Thread Alok Kulkarni
Hi, I want to do the following. When a user clicks on a URL containing a few specific keywords like http://ad.mysite.com from somewhere like entering the URL in a to do note in calendar, i want to recognize "mysite.com" keywords and launch my application instead of browser. I know that the browser

Re: [android-developers] Intent Filter by protocol specifier

2010-10-12 Thread Kumar Bibek
Sure http://developer.android.com/guide/topics/intents/intents-filters.html#ifs Look at android:schemes On Tue, Oct 12, 2010 at 11:33 PM, Carlos Silva wrote: > Hi guys, > > are there any docs covering the filtering of the protocol specifier? > Something like the market application does with "ma

Re: [android-developers] Intent Filter by protocol specifier

2010-10-12 Thread Carlos Silva
Thanks :) Was missing the "scheme" part :) On Tue, Oct 12, 2010 at 19:07, Kumar Bibek wrote: > Sure > http://developer.android.com/guide/topics/intents/intents-filters.html#ifs > > Look at android:schemes > > On Tue, Oct 12, 2010 at 11:33 PM, Carlos Silva wrote: > >> Hi guys, >> >> are there a

Re: [android-developers] Intent filter for text/calendar ?

2010-01-21 Thread Mark Murphy
> I've been trying (and failing) to write an intent filter which will > allow my app to handle "text/calendar" attachments received in the > GMail or email apps > > I don't really know if my failure is because the mail apps are just > not looking for apps to handle these attachments, or if I am get

[android-developers] Intent filter for custom file type

2012-11-06 Thread Vlad Ionescu
I have tried a lot of ways to get an intent filter to detect my custom file type and let me open it from gmail with my program, but nothing works right, at least on Android 4.1 (cyanogen mod). Unfortunately I cannot test it extensively on much else at the moment, but I need it to work on as ma

[android-developers] Intent filter targeting specific SDK version

2010-12-02 Thread Kwisatz
Problem: I have an Activity with an Intent-Filter that must be always active, but only when the application is running on devices above Froyo, Is there a way to: 1. Permanently add Intent-Filters? or 2. Permanently remove Intent-Filters? or 3. Make the intent-filter target specifically an SDK

[android-developers] Intent filter changed on Android 3.2?

2011-07-19 Thread Tor
Hello, I have an app that triggers on YouTube URLs, and it worked as designed until Android 3.1. Does anyone know what happened in 3.2 that prevents my app from launching? (I can't see any changes regarding intent- filters in the 3.2 documentation..) Kind regards, Tor -- You received this mess

Re: [android-developers] Intent filter targeting specific SDK version

2010-12-02 Thread Mark Murphy
On Thu, Dec 2, 2010 at 5:29 PM, Kwisatz wrote: > I have an Activity with an Intent-Filter that must be always active, > but only when the application is running on devices above Froyo, > > Is there a way to: > > 1. Permanently add Intent-Filters? > > or > > 2. Permanently remove Intent-Filters? >

Re: [android-developers] Intent filter changed on Android 3.2?

2011-07-20 Thread Dianne Hackborn
YouTube still works and it hasn't been changed as far as I know, so I'm not sure what could be impacting that. The IntentFilter matching rules certainly weren't changed in 3.1. On Tue, Jul 19, 2011 at 11:57 PM, Tor wrote: > Hello, > > I have an app that triggers on YouTube URLs, and it worked a

[android-developers] Intent filter to know for new photo

2011-07-28 Thread Sivaprakash
Hi I want to receive a notification when any photo is taken in the mobile phone. Which intent filter should I use? -- - Prakash. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@goog

[android-developers] intent-filter on Android 2.3 vs Android 4.0

2012-02-23 Thread Tor
So, I have an application which has 3 intent-filters (for youtube.com, vimeo.com and dailymotion.com). On 2.3, the intent-filter works as expected: it gets listed as an option to pass the browser intent to. On 4.0.3, my application only gets listed if the user opens a youtube.com link. How can

[android-developers] Intent-Filter to redirect from WebView to application

2010-12-13 Thread pulse00
Hi, i'm trying to implement a twitter connection in an android app using jtwitter (http://www.winterwell.com/software/jtwitter.php). The OpenAuth authentification process opens an URL in a WebView, asks the user to allow access to his/her account, and redirects to a specific URL i can setup in th

[android-developers] Intent Filter for Media Player (Youtube Video Play)

2010-12-20 Thread sjor
Hi. I have developed my own media player and I want that when I want to watch a video from Youtube, it shall be opened from my app. At least, there should be a list of media apps on the view and I should be able to choose my app from the list. I don't know much about intent- filters. How can I prov

Re: [android-developers] Intent Filter for Media Player (Youtube Video Play)

2010-12-20 Thread TreKing
On Mon, Dec 20, 2010 at 2:04 AM, sjor wrote: > How can I provide this in my manifest file? Google is your friend - the first hit for "android youtube intent filter" shows an example. - TreKing

[android-developers] Intent filter to catch links from SMS doesn't work

2011-01-26 Thread Vincent
Hi all, I actually already asked this question on StackOverflow but I didn't get any answer that could help me solve the problem. Here is the thing. What I want to do is to define a URI like myapp://some_data in a intent filter. And when this kind of URI is met in a SMS or email, clicking on it w

[android-developers] Intent filter for mimetype doesn't modify browser HTTP accept header

2009-04-20 Thread unclej
It seems that the browser (webkit) doesn't modify it's behavior based on the set of application intent data mimetypes installed. I tried with a new intent mimetype in an application and the browser accept header didn't change from: Accept: text/xml,application/xml,application/xhtml+xml,text/ htm

[android-developers] Intent-filter to handle *.foo.zip but avoid handling other zips

2011-01-24 Thread Kevin TeslaCoil Software
Hi, I believe I have figured things out correctly, but I would appreciate input of others to avoid breaking things. I'm hoping to setup my app to be able to download files such as Gingerbread.wltheme.zip from any website and be handled with my app. However I do not want my app to be used for norm

Re: [android-developers] Intent filter to catch links from SMS doesn't work

2011-01-27 Thread TreKing
On Tue, Jan 25, 2011 at 7:13 AM, Vincent wrote: > What should I do to make my link myapp://some_data clickable in a > SMS/ email ? > You'd probably have to write an sms or email app that auto-magically converted your scheme into something clickable. -

[android-developers] Intent filter: can I match *.map files besides the following stupid way?

2013-10-14 Thread Richard Zhao
And content scheme cann