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
18 lines
472 B
XML
18 lines
472 B
XML
<?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>
|