summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Guojing Yuan <guojing@google.com> 2021-02-12 21:41:26 +0000
committer Guojing Yuan <guojing@google.com> 2021-02-12 21:41:26 +0000
commit2ff123acd777d75098f4f38c60f3c9a6eb6ea46b (patch)
tree484a4f44d3131bf7036b1aa4e4046b1d54d12723
parent560f4f6ed41e3fee4254021e554f6133e2026502 (diff)
Provide an example for FLAG_PERMISSION_SELECTED_LOCATION_ACCURACY
Fix: 180126021 Test: no need to test Change-Id: I279142bf94a0815b2e37e50c8afbf394edbca000
-rw-r--r--core/java/android/content/pm/PackageManager.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/content/pm/PackageManager.java b/core/java/android/content/pm/PackageManager.java
index 6cfcce3f7661..547b9fd44637 100644
--- a/core/java/android/content/pm/PackageManager.java
+++ b/core/java/android/content/pm/PackageManager.java
@@ -4054,6 +4054,8 @@ public abstract class PackageManager {
/**
* Permission flag: This location permission is selected as the level of granularity of
* location accuracy.
+ * Example: If this flag is set for ACCESS_FINE_LOCATION, FINE location is the selected location
+ * accuracy for location permissions.
*
* @hide
*/