Back to project page Geoclock.
The source code is released under:
GNU General Public License
If you think the Android project Geoclock listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package maurizi.geoclock; /* w ww . ja v a 2 s . co m*/ import android.os.Bundle; public class BootReceiver extends AbstractGeoAlarmReceiver { @Override public void onConnected(Bundle bundle) { // TODO: Add this to the AndroidManifest.xml // TODO: Reset all geofences (including clearing ACTIVE_ALARMS). // TODO: According to the docs, GeofenceReciever will be immediately called, so no need to do anything else } }