API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.app.AlarmManager

Added Methods
void setTimeZone(String)  
 

Changed Methods
void cancel(PendingIntent) Change in signature from Intent to PendingIntent.
Remove any alarms with a matching Intent.
void set(int, long, PendingIntent) Change in signature from (int, long, Intent) to (int, long, PendingIntent).
Schedule an alarm.
void setRepeating(int, long, long, PendingIntent) Change in signature from (int, long, long, Intent) to (int, long, long, PendingIntent).
Schedule a repeating alarm.
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff