From 4b1c6fd45534cde17d2a9c6ff53b309bbbdfac80 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Mon, 17 Aug 2026 08:19:32 -0500 Subject: [PATCH 1/2] Document location accuracy requirements Refs #104 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- docs/xml/Android.Locations/Accuracy.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/xml/Android.Locations/Accuracy.xml b/docs/xml/Android.Locations/Accuracy.xml index 269f09f99..cb554fd6f 100644 --- a/docs/xml/Android.Locations/Accuracy.xml +++ b/docs/xml/Android.Locations/Accuracy.xml @@ -38,7 +38,7 @@ 2 - To be added. + Indicates an approximate location-accuracy requirement. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -65,7 +65,7 @@ 1 - To be added. + Indicates a fine location-accuracy requirement. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -92,7 +92,7 @@ 3 - To be added. + Indicates a high location-accuracy requirement. It may be used for horizontal, altitude, speed, or bearing accuracy. For horizontal and vertical position, it corresponds roughly to an accuracy of less than 100 meters. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -119,7 +119,7 @@ 1 - To be added. + Indicates a low location-accuracy requirement. It may be used for horizontal, altitude, speed, or bearing accuracy. For horizontal and vertical position, it corresponds roughly to an accuracy greater than 500 meters. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -176,7 +176,7 @@ 0 - To be added. + Indicates that the application does not specify a requirement for a particular feature. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. From f5219f7b333ca980fd99a77520a1917b09143c0a Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Mon, 17 Aug 2026 08:30:45 -0500 Subject: [PATCH 2/2] Address location accuracy documentation review Refs #104 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- docs/xml/Android.Locations/Accuracy.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/xml/Android.Locations/Accuracy.xml b/docs/xml/Android.Locations/Accuracy.xml index cb554fd6f..251b000bb 100644 --- a/docs/xml/Android.Locations/Accuracy.xml +++ b/docs/xml/Android.Locations/Accuracy.xml @@ -38,7 +38,7 @@ 2 - Indicates an approximate location-accuracy requirement. + Indicates an approximate location accuracy requirement. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -65,7 +65,7 @@ 1 - Indicates a fine location-accuracy requirement. + Indicates a fine location accuracy requirement. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -92,8 +92,9 @@ 3 - Indicates a high location-accuracy requirement. It may be used for horizontal, altitude, speed, or bearing accuracy. For horizontal and vertical position, it corresponds roughly to an accuracy of less than 100 meters. + Indicates a high location accuracy requirement. + May be used for horizontal, altitude, speed, or bearing accuracy. For horizontal and vertical position, it corresponds roughly to an accuracy of less than 100 meters. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -119,8 +120,9 @@ 1 - Indicates a low location-accuracy requirement. It may be used for horizontal, altitude, speed, or bearing accuracy. For horizontal and vertical position, it corresponds roughly to an accuracy greater than 500 meters. + Indicates a low location accuracy requirement. + May be used for horizontal, altitude, speed, or bearing accuracy. For horizontal and vertical position, it corresponds roughly to an accuracy greater than 500 meters. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -176,7 +178,7 @@ 0 - Indicates that the application does not specify a requirement for a particular feature. + Indicates that the application does not specify a location accuracy requirement. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.