Adding optional first run activity to Launcher

Change-Id: I146927d8a065f1cf5ef5cec41c8fb4f9ad09d25c
This commit is contained in:
Adam Cohen
2014-01-08 15:21:04 -08:00
parent 0259c629cb
commit b54a5989a2
3 changed files with 50 additions and 13 deletions

View File

@@ -78,7 +78,3 @@ public class Alarm implements Runnable{
return mAlarmPending;
}
}
interface OnAlarmListener {
public void onAlarm(Alarm alarm);
}