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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user