The problem is there is just this values:
 
INTERVAL_DAY<http://developer.android.com/reference/android/app/AlarmManager.html#INTERVAL_DAY>
long
INTERVAL_FIFTEEN_MINUTES<http://developer.android.com/reference/android/app/AlarmManager.html#INTERVAL_FIFTEEN_MINUTES>Available
inexact recurrence intervals recognized by setInexactRepeating(int,
long, long, 
PendingIntent)<http://developer.android.com/reference/android/app/AlarmManager.html#setInexactRepeating(int,
long, long, android.app.PendingIntent)>  long
INTERVAL_HALF_DAY<http://developer.android.com/reference/android/app/AlarmManager.html#INTERVAL_HALF_DAY>
long
INTERVAL_HALF_HOUR<http://developer.android.com/reference/android/app/AlarmManager.html#INTERVAL_HALF_HOUR>
long
INTERVAL_HOUR<http://developer.android.com/reference/android/app/AlarmManager.html#INTERVAL_HOUR>
So the minimum value is half an hour(30 minutes)( but can i make 1800000/30
to have 1 minute ? :\ )And how i know that the brodcast receiver get called
?
Thank you for your help.

2011/8/15 TreKing <[email protected]>

> On Mon, Aug 15, 2011 at 6:56 AM, Alaeddine Ghribi <
> [email protected]> wrote:
>
>> I never had a notification in my phone. Why?
>
>
> You have  bug :-)
>
> First, does your broadcast receiver actually get called? Have you tested a
> smaller value (like having your broadcast sent after a few seconds to make
> sure it's working)?
>
>
> -------------------------------------------------------------------------------------------------
> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
> transit tracking app for Android-powered devices
>
>  --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to