summaryrefslogtreecommitdiffstats
path: root/core/java/android/hardware/location/IFusedLocationHardware.aidl
diff options
context:
space:
mode:
Diffstat (limited to 'core/java/android/hardware/location/IFusedLocationHardware.aidl')
-rw-r--r--core/java/android/hardware/location/IFusedLocationHardware.aidl5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/java/android/hardware/location/IFusedLocationHardware.aidl b/core/java/android/hardware/location/IFusedLocationHardware.aidl
index 3de766a..2ea4d23 100644
--- a/core/java/android/hardware/location/IFusedLocationHardware.aidl
+++ b/core/java/android/hardware/location/IFusedLocationHardware.aidl
@@ -121,4 +121,9 @@ interface IFusedLocationHardware {
* of the locations returned in this call.
*/
void flushBatchedLocations() = 11;
+
+ /**
+ * Returns the version of this FLP HAL implementation.
+ */
+ int getVersion() = 12;
}