diff options
author | Yu-Han Yang <yuhany@google.com> | 2020-03-09 10:49:23 -0700 |
---|---|---|
committer | Yu-Han Yang <yuhany@google.com> | 2020-03-09 11:43:36 -0700 |
commit | e8286f04b8e90ff77f8700a84789a9b920216b0d (patch) | |
tree | 8869028e6ef48b2310c61934a72c4d9f3dbf6fdc /gnss | |
parent | 77d161d09efd570c60c01714aaa2efc1c8f94f48 (diff) | |
download | platform_hardware_interfaces-e8286f04b8e90ff77f8700a84789a9b920216b0d.tar.gz platform_hardware_interfaces-e8286f04b8e90ff77f8700a84789a9b920216b0d.tar.bz2 platform_hardware_interfaces-e8286f04b8e90ff77f8700a84789a9b920216b0d.zip |
Update doc of proxyAppPackageName
Fixes: 151088537
Test: doc only and builds
Change-Id: If0c4c6d879a1a35293739838702a33ec770b0ed3
Diffstat (limited to 'gnss')
-rw-r--r-- | gnss/visibility_control/1.0/IGnssVisibilityControlCallback.hal | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnss/visibility_control/1.0/IGnssVisibilityControlCallback.hal b/gnss/visibility_control/1.0/IGnssVisibilityControlCallback.hal index 5a582c23de..5ee2923367 100644 --- a/gnss/visibility_control/1.0/IGnssVisibilityControlCallback.hal +++ b/gnss/visibility_control/1.0/IGnssVisibilityControlCallback.hal @@ -82,6 +82,9 @@ interface IGnssVisibilityControlCallback { /** * Package name of the Android proxy application representing the non-framework * entity that requested location. Set to empty string if unknown. + * + * For user-initiated emergency use cases, this field must be set to empty string + * and the inEmergencyMode field must be set to true. */ string proxyAppPackageName; @@ -157,4 +160,4 @@ interface IGnssVisibilityControlCallback { * @return success True if the framework determines that the device is in emergency session. */ isInEmergencySession() generates (bool success); -};
\ No newline at end of file +}; |