| /** | |
| * From IO module | |
| */ | |
| public void onLocationChanged(Location location, String from) { | |
| if(mPref.getExternalGpsSource().equals("1")) { | |
| return; | |
| } | |
| if ((location != null) | |
| && location.getProvider().equals(LocationManager.GPS_PROVIDER)) { | |
| updateTimeout(); | |
| /* | |
| * Called by GPS. Update everything driven by GPS. | |
| */ | |
| if(!mPref.isSimulationMode()) { | |
| mGpsCallback.locationCallback(location); | |
| } | |
| } | |
| } | |
| /** | |
| * @author zkhan | |
| * | |
| */ Any ideas would be appreciated. Thanks in advance. |
Hello Viz
You will need to look at the IHelper interface. This is where data from the IO module enters the app.
This is a binder interface. IHelper AIDL file lists the interface that other apps need to implement to send location to Avare.
Z
--
You received this message because you are subscribed to the Google Groups "Apps4Av Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to apps4av-foru...@googlegroups.com.
To post to this group, send email to apps4a...@googlegroups.com.
Visit this group at http://groups.google.com/group/apps4av-forum.
For more options, visit https://groups.google.com/d/optout.