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:
17
TravelPost/res/xml/settings.xml
Normal file
17
TravelPost/res/xml/settings.xml
Normal 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>
|
||||
Reference in New Issue
Block a user