[android-developers] PendingIntent getService

2012-04-17 Thread ndiiie 90
Hi all, according to here: http://developer.android.com/reference/android/app/PendingIntent.html#getService%28android.content.Context,%20int,%20android.content.Intent,%20int%29 Retrieve a PendingIntent that will start a service, like calling

Re: [android-developers] PendingIntent getService

2012-04-17 Thread Mark Murphy
On Tue, Apr 17, 2012 at 5:59 AM, ndiiie 90 rnd...@gmail.com wrote: according to here: http://developer.android.com/reference/android/app/PendingIntent.html#getService%28android.content.Context,%20int,%20android.content.Intent,%20int%29 Retrieve a PendingIntent that will start a service, like