Modified TravelPost.java to extend PreferenceActivity instead of activity, and created the settings.xml to be used for the activity.

incorpatared the exception handler into TravelPost.java

Added android permission READ_LOGS to the manifest for the exception handler

created LocationService.java, and LocationReceiver.java to handle the location services required.

updated version build code to 0.0.0 b 0 as we do not have a working version yet
This commit is contained in:
2011-01-21 18:25:23 +00:00
parent 8cd11db88c
commit 72923068ec
7 changed files with 393 additions and 12 deletions

View File

@@ -21,6 +21,7 @@ public final class R {
public static final int hello=0x7f050000;
}
public static final class xml {
public static final int travelpostwidgetinfo=0x7f040000;
public static final int settings=0x7f040000;
public static final int travelpostwidgetinfo=0x7f040001;
}
}