[android-developers] Notification to user on new app update

2017-08-09 Thread Swarup Khanra
I want user to get the notification for the new version of the app from the store as soon as the app is approved on the store. How can I do this? Do I have any option which can help me to enable this? -- You received this message because you are subscribed to the Google Groups "Android Develop

Re: [android-developers] Notification App Android Studio

2017-02-16 Thread jacqulinewoody via Android Developers
On Thu, 2/16/17, king.joel via Android Developers wrote: Subject: Re: [android-developers] Notification App Android Studio To: android-developers@googlegroups.com Date: Thursday, February 16, 2017, 12:48 PM

Re: [android-developers] Notification App Android Studio

2017-02-16 Thread king.joel via Android Developers
On Thu, 2/16/17, deliciacouture via Android Developers wrote: Subject: Re: [android-developers] Notification App Android Studio To: android-developers@googlegroups.com Date: Thursday, February 16, 2017, 5:54 AM

Re: [android-developers] Notification App Android Studio

2017-02-15 Thread deliciacouture via Android Developers
On Thu, 2/16/17, sheritagunther via Android Developers wrote: Subject: Re: [android-developers] Notification App Android Studio To: android-developers@googlegroups.com Date: Thursday, February 16, 2017, 4:35 AM

Re: [android-developers] Notification App Android Studio

2017-02-15 Thread sheritagunther via Android Developers
On Thu, 2/16/17, terencele...@shaw.ca wrote: Subject: Re: [android-developers] Notification App Android Studio To: "Android Developers" Date: Thursday, February 16, 2017, 4:11 AM Thanks Steve. I looked at a few of these apps. Mo

Re: [android-developers] Notification App Android Studio

2017-02-15 Thread terenceleung
Thanks Steve. I looked at a few of these apps. Most of them basically need you to send your text/email through their servers. The rest only works on Android devices. The bluetooth MAP profile is supposed to be device independent. Similar to what you can find in the newer cars but not those with

Re: [android-developers] Notification App Android Studio

2017-02-15 Thread Steve Gabrilowitz
There is at least one app in the Play Store (Mighty Text) that does this. It appears to actually be 3 different pieces of software: 1) An SMS receiver on the phone, this forwards the necessary information from the SMS to... 2) some app running on their server which links using your Gmail account

Re: [android-developers] Notification App Android Studio

2017-02-15 Thread lailombard via Android Developers
On Thu, 2/16/17, terencele...@shaw.ca wrote: Subject: Re: [android-developers] Notification App Android Studio To: "Android Developers" Date: Thursday, February 16, 2017, 1:49 AM Hi Danielle, It's been almost a year since your

Re: [android-developers] Notification App Android Studio

2017-02-15 Thread terenceleung
Hi Danielle, It's been almost a year since your post. Any luck? I just started playing with this. I was able to use the codes here to get a functional client between two Android devic

[android-developers] notification receiving behavior on different devices

2016-11-16 Thread KengHeng
Hi all, it is about notification receiving behavior on different devices, I've tested on HTC One M8, Huawei P9, both running Android 6 – Marshmallow. I would like to confirm if it is the "natural" behavior how's the device manufacturers have make it that way to interact with the notification?

Re: [android-developers] Notification App Android Studio

2016-03-05 Thread Danielle Anderson
Are you familiar with different Bluetooth profiles? I have been reading about MAP (message access profile) that allows the exchange of messages between devices. Wondering if I could go this route? On Wednesday, March 2, 2016 at 8:02:42 AM UTC-7, MagouyaWare wrote: > > The difference is that Andr

Re: [android-developers] Notification App Android Studio

2016-03-02 Thread Justin Anderson
The difference is that Android Wear devices are always connected to a device via bluetooth. To do what you are wanting to do, you would need to either establish a bluetooth connection and send data via the connection yourself or send the data up to some web server that you maintain and then do a p

[android-developers] Notification App Android Studio

2016-03-01 Thread Danielle Anderson
I am trying to create an application that receives text messages from my mobile phone and then displays them on another device such as a tablet. Just curious if anyone has any recommendations on where/how to start? The android developer site has a lot of information show how to implement this o

Re: [android-developers] Notification App

2016-02-03 Thread Alvin Schurman
The dropbox api does these things. On Feb 2, 2016 5:10 PM, wrote: > Hello, i am developing an app for a project that i have to complete and > want some feedback on how best to develop this and if their are any > tutorials to help with this, Here we go : > > The App basic functionality is: > 1. Ta

[android-developers] Notification App

2016-02-02 Thread info
Hello, i am developing an app for a project that i have to complete and want some feedback on how best to develop this and if their are any tutorials to help with this, Here we go : The App basic functionality is: 1. Take Information from a source 2.Display the information from this source t

[android-developers] Notification behaviors in watch chaged after Wear 1.4

2015-12-10 Thread atcle kim
In Wear 1.3.x(before November?), All notifications(which have no LOCAL_ONLY|ON_GOING...flags) in smartphone is sended to smartwatch immediately. But I guess, after wear 1.4, only some notifications(maybe vib notificaiton) are sended to watch immediately, and the others are sended in piggiback f

[android-developers] Notification from non-starred contact is notifying in Priority only mode

2015-10-07 Thread Shri
On a Marshmallow phone, I set Priority mode and chose 'Priority only allows Messages From starred contacts only' (see https://support.google.com/nexus/answer/6111295?hl=en). My app's notification for an incoming message from a phone number contact is still notifying. Do I need to do anything to

Re: [android-developers] Notification not working in Android 5.1

2015-06-01 Thread TreKing
On Mon, Jun 1, 2015 at 4:59 PM, NewToAndroid wrote: > I tried to find out from documentation. I can see that notification API is > changed in 5.0. Main question is, if I use the new API, will it work on > earlier versions of Android ?? > At this point in time, there are more Android 3.X and 4.X b

[android-developers] Notification not working in Android 5.1

2015-06-01 Thread NewToAndroid
Hi All, I have an app which displays a notification from a service (and the service shows notification icon etc etc). The notification works fine till Android 4.3, I think it also works on 4.4 (not 100% sure). But it definitely does not work with 5.1. This is the code I have at the moment (whic

[android-developers] Notification with TaskStackBuilder.getPendingIntent() is not open the Activity on Nexus7 2012 with KitKat

2013-12-06 Thread Ralph Bergmann | the4thFloor.eu
Hello, I have a problem to open a activity from a notification with a PendingIntent from a TaskStackBuilder. See this bug report: https://code.google.com/p/android/issues/detail?id=63236 Has anyone run into the same problem? Ralph signature.asc Description: OpenPGP digital signature

Re: [android-developers] Notification Services

2013-02-02 Thread TreKing
On Sat, Feb 2, 2013 at 4:10 AM, sree android wrote: > Run app in background if app is close or open(example GMail in android > mobile)and at these time notification will display every 1 min or > notification will display when record is insert.(using webservices). > > How we can implement in androi

[android-developers] Notification Services

2013-02-02 Thread sree android
Hi, Run app in background if app is close or open(example GMail in android mobile)and at these time notification will display every 1 min or notification will display when record is insert.(using webservices). How we can implement in android and please share me steps or any example. sorry for my e

[android-developers] Notification area: persistent email/gmail icons

2012-11-08 Thread RafalS
Hi! Scenario: - Samsung Galaxy Note - Android version 4.0.4 - Gmail client online - Email client online - another terminal (PC) used as a primary email and gmail reader, imap(s) used for synchronization. Current behavior, events chronologically: 1. a message arrives to th

Re: [android-developers] Notification with sound

2012-07-31 Thread Pedro Cortez
I found On Tue, Jul 31, 2012 at 5:10 PM, Pedro Cortez < pedro.fellipe.cor...@gmail.com> wrote: > i have no idea... Do you have any clue to how i find this? > > > On Tue, Jul 31, 2012 at 4:45 PM, Mark Murphy wrote: > >> Since you requested the default sound, does your device have a >> non-silent d

Re: [android-developers] Notification with sound

2012-07-31 Thread Mark Murphy
On Tue, Jul 31, 2012 at 4:10 PM, Pedro Cortez wrote: > i have no idea... Do you have any clue to how i find this? In the Settings app, check the Sound screen. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/co

Re: [android-developers] Notification with sound

2012-07-31 Thread Pedro Cortez
i have no idea... Do you have any clue to how i find this? On Tue, Jul 31, 2012 at 4:45 PM, Mark Murphy wrote: > Since you requested the default sound, does your device have a > non-silent default sound defined in Settings for notifications? > > On Tue, Jul 31, 2012 at 3:39 PM, Pedro Cortez > wr

Re: [android-developers] Notification with sound

2012-07-31 Thread Mark Murphy
Since you requested the default sound, does your device have a non-silent default sound defined in Settings for notifications? On Tue, Jul 31, 2012 at 3:39 PM, Pedro Cortez wrote: > Hi, i'm a new developer and i cant create a notification with a sound in my > app. > I tried this: > notification.v

[android-developers] Notification with sound

2012-07-31 Thread Pedro Cortez
Hi, i'm a new developer and i cant create a notification with a sound in my app. I tried this: notification.vibrate = new long[]{100, 250, 100, 500}; notification .defaults = Notification.DEFAULT_SOUND; notification .audioStreamType = Notification.STREAM_DEFAULT; The app vibrate working well, bu

Re: [android-developers] notification

2012-04-30 Thread Put_tiMe
But if I do use a 'remoteview' then my entry's background stands out from the other notifications. Is there anyway I can maintain the same system background? Can I set background="android:id?blah blah"? On Sunday, March 27, 2011 2:28:30 AM UTC+5:30, Mark Murphy wrote: > > On Sat, Mar 26, 2011 a

Re: [android-developers] Notification from Google

2012-03-20 Thread TreKing
On Mon, Mar 19, 2012 at 11:16 AM, Todd Sutton wrote: > Hi - quick question for a new developer - as a registered Android > developer, does Google automatically notify you of changes to the > Marketplace ToS or any other global changes that are made or is it the > responsibility of the individual

[android-developers] Notification from Google

2012-03-20 Thread Todd Sutton
Hi - quick question for a new developer - as a registered Android developer, does Google automatically notify you of changes to the Marketplace ToS or any other global changes that are made or is it the responsibility of the individual to periodically review the most current agreements? Thanks

Re: [android-developers] Notification area remains open on ICS

2012-02-29 Thread TreKing
On Wed, Feb 29, 2012 at 7:52 AM, bt wrote: > Is there any solution to close it automatically after click? You have this flag set? http://developer.android.com/reference/android/app/Notification.html#FLAG_AUTO_CANCEL -

[android-developers] Notification area remains open on ICS

2012-02-29 Thread bt
Hi, My app creates an ONGOING notification and when I click on it an intent is executed which opens an application. On ICS the notification area remains open and must be closed manually. Is there any solution to close it automatically after click? Thanks, Tamas -- You received this message be

Re: [android-developers] Notification and PendingIntents

2012-02-22 Thread TreKing
On Wed, Feb 22, 2012 at 4:46 AM, Haddi wrote: > I want to retain the state of this button when the activity is launched > http://developer.android.com/reference/android/content/SharedPreferences.html --

[android-developers] Notification and PendingIntents

2012-02-22 Thread Haddi
Hi Guys, I have a toggle button in my activity. I want to retain the state of this button when the activity is launched by clicking on the notification icon of the app. I tried using PendingIntent Flags, but it doesnt seem to work. The toggle button always seems to be set to default (off). -- Y

[android-developers] Notification Background Color (ICS)

2011-12-30 Thread Brad Grimm
We have a custom notification that uses a linear layout through a RemoteView. On Android 4.0 (Ice Cream Sandwich) the background color of our notification is an ugly gray. The problem is that this isn't the theme black background that the rest of the notifications have. Is there a way to access t

[android-developers] Notification sound not played to end

2011-11-28 Thread Morten Frederiksen
I am attempting to make some high quality notification sounds, but when the sounds are played they are not played entirely. Playback cuts off near the end of the sound so the notification sound ends prematurely and abruptly. When played through the media player on the phone, the sound is played

[android-developers] Notification status bar custom layout, guide lines are wrong?!? (primary color)

2011-11-25 Thread Daniele Segato
I was following this guide lines: http://developer.android.com/guide/topics/ui/notifiers/notifications.html#CustomExpandedView which states: "[...] to use the standard text colors on versions of Android lower than 2.3, you should use the following styles for res/values/styles.xml:"

Re: [android-developers] Notification question

2011-11-09 Thread Mark Murphy
Interactive widgets, like buttons, are not supported in Android's notification drawer until Android 4.0. So, while they may work on some devices, that is a side-effect of how those devices' home screens were implemented. They will not work across all devices (until all devices are on API Level 14+

[android-developers] Notification question

2011-11-08 Thread bt
Hi, Can somebody explain me something? When I create a Notification I set a contentView with "buttons". I have set onClickPendingIntent for every buttons and I have to set contentIntent for the notification too. It seems that this feature works differently on different devices: - on some device

Re: [android-developers] Notification oddity

2011-07-19 Thread Kostya Vasilyev
It does (although I haven't had a reason to use it for a long time). The "not used" probably means it's not passed back to the application, but who knows... -- Kostya 19.07.2011 19:04, Mark Murphy пишет: On Tue, Jul 19, 2011 at 10:59 AM, Kostya Vasilyev wrote: > To receive distinct Pendin

Re: [android-developers] Notification oddity

2011-07-19 Thread Mark Woollard
Will try shortly - had just read the 'not used' in docs myself so was a bit dubious… Mark On 19 Jul 2011, at 16:04, Mark Murphy wrote: > On Tue, Jul 19, 2011 at 10:59 AM, Kostya Vasilyev wrote: >> To receive distinct PendingIntent tokens, use either distinct request codes >> with getActivity

Re: [android-developers] Notification oddity

2011-07-19 Thread Mark Murphy
On Tue, Jul 19, 2011 at 10:59 AM, Kostya Vasilyev wrote: > To receive distinct PendingIntent tokens, use either distinct request codes > with getActivity (second parameter) Does that work? I have never tried it, in part because of the "(currently not used)" for it in the docs. It would seem to be

Re: [android-developers] Notification oddity

2011-07-19 Thread Kostya Vasilyev
Take a look at PendingIntent documentation instead: http://developer.android.com/reference/android/app/PendingIntent.html In particular: >> If the creating application later re-retrieves the same kind of PendingIntent (same operation, same Intent action, data, categories, and components, and

Re: [android-developers] Notification oddity

2011-07-19 Thread Mark Woollard
OK I get what you are saying about the intent having to appear unique. What I'm not clear on is how to do this. The app displays potentially several notifications concurrently but how do I make each 'different' since they are basically different instances of the same type of notification. The te

Re: [android-developers] Notification oddity

2011-07-19 Thread Mark Murphy
Redirecting this back to the list where it belongs... On Tue, Jul 19, 2011 at 9:15 AM, Mark Woollard wrote: > Sorry for being dense but not totally clear on what you are saying. Here is > the code extract that creates the notifications. If you could advise what > needs changing it would be a grea

Re: [android-developers] Notification oddity

2011-07-19 Thread Mark Woollard
The notifications have the same custom layout resource, but the text assigned to the views in the layout will be different for each notification instance, the notifications also have different ids. What would I need to make different in addition to this to make them truly unique? I would have ex

Re: [android-developers] Notification oddity

2011-07-19 Thread Mark Murphy
If the difference between "the Intent of the oldest notification" and the "selected" one is only in the form of extras, that would explain your problem. If you want to have multiple PendingIntents, you will need each to wrap an Intent that is different by more than the extras. On Mon, Jul 18, 2011

[android-developers] Notification oddity

2011-07-19 Thread Tap Tapas LLC
This has me stumped. App has service that creates notifications with custom view which are all listed correctly in the notification manager. The only issue is that when a notification is selected in the manager it seems to launch the app with the Intent of the oldest notification regardless of whic

[android-developers] Notification Default Text Color

2011-06-29 Thread Krish
Hi, I am trying to set the notification to default text color. As per the sample xml file http://developer.android.com/resources/samples/HoneycombGallery/res/layout/notification.html I tried to use style="@android:style/ TextAppearance.StatusBar.EventContent" and style="@android:style/ TextAppea

Re: [android-developers] Notification for a specific Device

2011-06-22 Thread Mark Murphy
Look at services like C2DM, Urban Airship, and Xtify. Or, send the user an email. Or, send the user an SMS. On Wed, Jun 22, 2011 at 2:35 AM, Stefan S wrote: > Hi. > I'm trying to implement an Application in which you can buy some > stuff. > I've got in mind that after placing the order, the user

[android-developers] Notification for a specific Device

2011-06-21 Thread Stefan S
Hi. I'm trying to implement an Application in which you can buy some stuff. I've got in mind that after placing the order, the user gets a notification when his order has passed to a delivery service. Is it possible to push a notification to just his device? If yes. How should this be done? -- Yo

[android-developers] Notification sound not continuous

2011-06-16 Thread Jyothi Amaranath
Hi, I am using “notification.sound = RingtoneManager.getDefaultUri(RingtoneManager.TYPE_ALARM)” for getting notification sound and also i have set “notification.flags = notification.flags | Notification.FLAG_INSISTENT”. But still the sound i am getting is not continuous. I am using Android 2.2.

[android-developers] Notification sound not continuous

2011-06-16 Thread Jyothi Amaranath
Hi, I am using “notification.sound = RingtoneManager.getDefaultUri(RingtoneManager.TYPE_ALARM)” for getting notification sound and also i have set “notification.flags = notification.flags |Notification.FLAG_INSISTENT”. But still the sound i am getting is not continuous. I am using Android 2.2. I

Re: [android-developers] Notification bar always shown on ViewSonic g tablet

2011-04-20 Thread Mark Murphy
If I had to guess, they do not have the Android Market on that device. I don't quite know how they would qualify for the Market with that behavior. You will have to take this issue up with Viewsonic, I guess. That being said, do bear in mind that the system bar (bottom bar) on Android 3.0 cannot b

[android-developers] Notification bar always shown on ViewSonic g tablet

2011-04-20 Thread John Gaby
I have an app which hides the title and notification bar and runs full screen. I use the following line in the manifest to accomplish this: android:theme="@android:style/Theme.NoTitleBar.Fullscreen" This seems to work find on phones and some tablets that I have tried. However, on the ViewSonic g

Re: [android-developers] Notification from database

2011-04-18 Thread Kostya Vasilyev
Brad, Please see this thread, it has links to documentation and sample code. http://groups.google.com/group/android-developers/browse_thread/thread/a7012ecb43d87199 -- Kostya 18.04.2011 17:12, Brad Stintson ?: Hey Mark, Since I am new to android programming, could you please elaborate yo

Re: [android-developers] Notification from database

2011-04-18 Thread Brad Stintson
Hey Mark, Since I am new to android programming, could you please elaborate your suggestion and may be provide a sample code if possible. Thanking you in advance. Brad On Mon, Apr 18, 2011 at 6:33 PM, Mark Murphy wrote: > On Mon, Apr 18, 2011 at 8:47 AM, Brad Stintson > wrote:coul > > How to n

Re: [android-developers] Notification from database

2011-04-18 Thread Mark Murphy
On Mon, Apr 18, 2011 at 8:47 AM, Brad Stintson wrote: > How to notify user at a specific time fetched from the database? Use AlarmManager, a BroadcastReceiver, and a Notification. > Moreover, > how to retain the state of the data even after system reboot? Use the above, plus a BroadcastReceiver

[android-developers] Notification from database

2011-04-18 Thread Brad Stintson
How to notify user at a specific time fetched from the database? Moreover, how to retain the state of the data even after system reboot? -- 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

Re: [android-developers] notification

2011-03-26 Thread lbendlin
I have seen notifications scroll. Have you tried to use a \n in yours? -- 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@googlegroups.com To unsubscribe from this group, send email to an

Re: [android-developers] notification

2011-03-26 Thread guillaume benats
ok thanks :-) On Sat, Mar 26, 2011 at 9:58 PM, Mark Murphy wrote: > On Sat, Mar 26, 2011 at 4:41 PM, guillaume benats > wrote: > > isn't there anyway to put in on two lines? > > Yes, by creating your own RemoteViews for the contentView. > > A Notification's default RemoteViews supports only one

Re: [android-developers] notification

2011-03-26 Thread Mark Murphy
On Sat, Mar 26, 2011 at 4:41 PM, guillaume benats wrote: > isn't there anyway to put in on two lines? Yes, by creating your own RemoteViews for the contentView. A Notification's default RemoteViews supports only one line for the description, with the marquee effect on for android:ellipsize. --

Re: [android-developers] notification

2011-03-26 Thread guillaume benats
isn't there anyway to put in on two lines? On Sat, Mar 26, 2011 at 9:36 PM, Mark Murphy wrote: > Write something shorter. Or, create your own RemoteViews for the > contentView. > > On Sat, Mar 26, 2011 at 4:30 PM, dashman wrote: > > i post a notification and call > > > > notification.setLatestEv

Re: [android-developers] notification

2011-03-26 Thread Mark Murphy
Write something shorter. Or, create your own RemoteViews for the contentView. On Sat, Mar 26, 2011 at 4:30 PM, dashman wrote: > i post a notification and call > > notification.setLatestEventInfo() > > with the contentText argument. > > when it's longish - the system truncates the text. > > any wa

[android-developers] notification

2011-03-26 Thread dashman
i post a notification and call notification.setLatestEventInfo() with the contentText argument. when it's longish - the system truncates the text. any way to tell it not to do so. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

Re: [android-developers] Notification

2011-03-17 Thread Mark Murphy
I seem to recall that crashing when others tried it, but you are welcome to give it a shot. If it does not work, create a PendingIntent that does nothing (e.g., sends a broadcast that nobody should receive). Whatever you do, you really should mark the Notification as FLAG_AUTO_CANCEL. Personally,

Re: [android-developers] Notification

2011-03-17 Thread TreKing
On Thu, Mar 17, 2011 at 9:32 AM, dashman wrote: > possible? Try it. - TreKing - Chicago transit tracking app for Android-powered devices -- You

[android-developers] Notification

2011-03-17 Thread dashman
After doing some work in a service - i'd like to create a notification with just a message - no Intent. Just like to let the user know of the status of the operation. Notification notification = new Notification(icon, tickerText, when); notification.setLatestEventInfo(context, contentTitle, cont

Re: [android-developers] Notification bar size

2011-03-11 Thread Laurent Lugon
Perfect Thank you ! Best regards SECU4 SA Laurent Lugon Moulin Technical & Development Assistant Technopôle 5 3960 Sierre – Switzerland Office : +4127 4567 931 Fax : +4127 4567 935 Mobile : +4179 4509 566 Skype : laurent.lugon.moulin www.secu4.com On Thu, Mar 10, 2011

Re: [android-developers] Notification bar size

2011-03-10 Thread Kostya Vasilyev
It's just the right size to accommodate status icons that follow the official status icon guidelines: http://developer.android.com/guide/practices/ui_guidelines/icon_design_status_bar.html And that's 38px for HDPI devices, 25px for MDPI and so on (following standard DPI scaling). -- Kostya

Re: [android-developers] Notification

2011-03-10 Thread TreKing
On Thu, Mar 10, 2011 at 12:17 AM, Chirayu Dalwadi wrote: > How to notify using status bar notifications at user specified time? AlarmManager - TreKing

[android-developers] Notification

2011-03-09 Thread Chirayu Dalwadi
I am developing a reminder system. How to notify using status bar notifications at user specified time? -- 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@googlegroups.com To unsubscribe

Re: [android-developers] Notification reappears after cancel

2011-02-24 Thread TreKing
On Thu, Feb 24, 2011 at 6:14 AM, cls wrote: > I have a notification in my service which I cancel in onDestroy using the > cancel(id,notification). > onDestroy is not guaranteed to be called, so you may end up with an permanent notification. > The notification immediately reappears after cancel

[android-developers] Notification reappears after cancel

2011-02-24 Thread cls
I have a notification in my service which I cancel in onDestroy using the cancel(id,notification). The notification immediately reappears after cancellation. Any clues? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group,

Re: [android-developers] notification for change in airplane mode

2011-02-24 Thread Marcin Orlowski
On 24 February 2011 21:10, dashman wrote: > is there a way to get notification when there's a change > in airplane mode...specifically data access. Airplane mode is not the only way to cut data access off, so unless you really need to know airplane mode for any reason (which I think is not the ca

Re: [android-developers] notification for change in airplane mode

2011-02-24 Thread Mark Murphy
Literally: http://developer.android.com/reference/android/content/Intent.html#ACTION_AIRPLANE_MODE_CHANGED What you probably want: http://developer.android.com/reference/android/net/ConnectivityManager.html#CONNECTIVITY_ACTION On Thu, Feb 24, 2011 at 3:10 PM, dashman wrote: > is there a way to

[android-developers] notification for change in airplane mode

2011-02-24 Thread dashman
is there a way to get notification when there's a change in airplane mode...specifically data access. -- 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@googlegroups.com To unsubscribe fr

RE: [android-developers] notification help

2011-01-25 Thread Tommy
: [android-developers] notification help I have created a notification when receiving an SMS and I would like my application to either launch OR if it has already been launched to return to the last activity the user left it. I tried reading up on Activities and Tasks and the flags associated with it

Re: [android-developers] notification help

2011-01-25 Thread Kostya Vasilyev
Yes, a singleTask or singleInstance launch mode for your Activity sounds right: http://developer.android.com/guide/topics/fundamentals.html#lmodes I *think* your intent for the notificaiton is wrong: does "MyApplication.class" refer to your main activity, or to your application class? It shou

[android-developers] notification help

2011-01-25 Thread Wall-E
I have created a notification when receiving an SMS and I would like my application to either launch OR if it has already been launched to return to the last activity the user left it. I tried reading up on Activities and Tasks and the flags associated with it but it did not help me much. I tried

[android-developers] Notification ringtone keeps on repeating.

2010-12-12 Thread Harry Hazlehurst
Hello everyone, Wonder if anyone could shed some light/recommend a solution to this problem. In my app I use a notification type ringtone to notify users. I use ringtone.play(); to play this. This works fine on my G1 (running 1.6) but on my T-Mobile Pulse (1.5) the notification ringtone is just

[android-developers] Notification assistance.

2010-12-11 Thread Damien Cooke
Hi All, I am crossing from iOS to Android development and am after a small amount of help with a concept. In ios I can post notifications that can be listed for by other objects. These are not seen by the user, they are totally internal to the application. Is this type of systemic messaging a

Re: [android-developers] Notification display

2010-11-24 Thread Mark Murphy
What is "the device"? Most likely, "the device" has a notification drawer that does not use all of the Notification values. On Wed, Nov 24, 2010 at 2:29 AM, Costas Meimetis wrote: > I'm passing in String values, like :: > Send_notification( "mtickerText",  "mcontentTitle",  "mcontentText"); > I'm

Re: [android-developers] Notification display

2010-11-23 Thread TreKing
On Tue, Nov 23, 2010 at 3:04 AM, cophy wrote: > The notification appears properly when I'm running the example in the > emulator, but when executed in a real system it displays the contentTitle > but not the contentText and timestamp. > Seems fine besides the useless getApplicationContext() call

[android-developers] Notification display

2010-11-23 Thread cophy
Hi guys, I'm running a very simple example for Notification service. The notification appears properly when I'm running the example in the emulator, but when executed in a real system it displays the contentTitle but not the contentText and timestamp. Any ideas? public void Send_notifica

[android-developers] Notification Sound getting distorted in Speaker

2010-10-19 Thread Suresh Pal
Hi Guys, Currently I am working on some Bluetooth implementation. My problem is that when my Stereo headset is connected to my mobile device, after that whenever a notification is generated it gets distorted at speaker. I can hear it properly in headset, but at mobile device it appears like it is i

Re: [android-developers] notification..!

2010-09-15 Thread TreKing
On Wed, Sep 15, 2010 at 7:52 AM, Rubin wrote: > How to store information registry.. > What is information registry? > and how to show notifcation based on registry details..like expiry date and > all > What are registry details? What is expiry date and all? --

[android-developers] notification..!

2010-09-15 Thread Rubin
Hi All, How to store information registry.. and how to show notifcation based on registry details..like expiry date and all Cheers, Rubin -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

Re: [android-developers] Notification text expand to two lines

2010-09-09 Thread Kostya Vasilyev
A custom notification view has already been suggested. But it may work just as it is, if you use "\n" instead of the "/n" you have now (assuming it's not a typo in the email only). -- Kostya 08.09.2010 23:54, Albert пишет: Helllo there, Is there any settings/flags to expand the summary tex

[android-developers] Notification text expand to two lines

2010-09-08 Thread Albert
Helllo there, Is there any settings/flags to expand the summary text of a notification to two lines instead of 1? The text I am trying to put is too long and it goes over the visible area? Will try something like (text+"/n"+restOfText) tomorrow but I don't think it's going to work... Thanks, Al

Re: [android-developers] Notification question

2010-07-28 Thread TreKing
On Wed, Jul 28, 2010 at 7:36 AM, steven <117096...@qq.com> wrote: > but I cant't find the APIs to do this Be honest - you didn't try very hard, did you? Two clicks: http://developer.android.com/reference/android/app/Notification.html#contentView

[android-developers] Notification question

2010-07-28 Thread steven
I want to add views to the places above the Notification area when touch Notification ,but I cant't find the APIs to do this,how can I do? Is it available? Thank u -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

Re: [android-developers] Notification Icon - One for Status and one for Pull Down List?

2010-07-02 Thread YuviDroid
I don't have any handy code right now with me, but I'm quite sure you can do that by creating a custom view for the notification. I think I've seen an example for doing this on anddev.org. On Fri, Jul 2, 2010 at 8:56 AM, richie rich wrote: > Is it possible to show one icon in the status bar, but

[android-developers] Notification Icon - One for Status and one for Pull Down List?

2010-07-01 Thread richie rich
Is it possible to show one icon in the status bar, but when the user pulls down the Notification List, to have a different icon display there? (ie, one for the Intent and one for the status bar?) Thanks, RIch -- You received this message because you are subscribed to the Google Groups "Android D

[android-developers] notification/broadcast for sent sms

2010-07-01 Thread Saurav
hi all, is there any way to be notified (using a broadcast receiver) after a sms is sent? i want to get notified when a sms is sent and carry on with my program. Thanks in advance. Regards, Saurav Mukherjee. -- You received this message because you are subscribed to the Google Groups "Android

Re: [android-developers] Notification when any child of a ViewGroup is done drawing

2010-06-27 Thread Romain Guy
There is no such global listener. You can simply create your own ViewGroup and override draw() or dispatchDraw(). On Sun, Jun 27, 2010 at 11:16 PM, George wrote: > I am trying to figure out if there is a way to be notified when any > child of a ViewGroup has done drawing. I tried using the > View

[android-developers] Notification when any child of a ViewGroup is done drawing

2010-06-27 Thread George
I am trying to figure out if there is a way to be notified when any child of a ViewGroup has done drawing. I tried using the ViewTreeObserver's preDraw listener which works great if I know a child is about to get drawn, but I am looking for an equivalent "postDraw" or "onDrawDone" callback. -- Yo

[android-developers] Notification Error - contentIntent

2010-06-24 Thread Donal Rafferty
I have a service running that updates a notification in the notification bar when it recieves a message saying it has to be changed. However I get the following error sometimes when the notification is to be updated java.lang.IllegalArgumentException: contentIntent required Here is my code:

[android-developers] Notification for the Message sent by SMS toolkit

2010-05-27 Thread Honest
Hello, Can some one say me how can i get notification for the message which user sent ?? and especially the message sent by SMS toolkit ? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develope

  1   2   >