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

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" android:title="Travel Post">
<PreferenceCategory android:title="Services">
</PreferenceCategory>
<PreferenceCategory android:title="Location Settings">
</PreferenceCategory>
</PreferenceScreen>