summaryrefslogtreecommitdiffstats
path: root/src/com/android/packageinstaller/Constants.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/packageinstaller/Constants.java')
-rw-r--r--src/com/android/packageinstaller/Constants.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/com/android/packageinstaller/Constants.java b/src/com/android/packageinstaller/Constants.java
index fa25bebc..38a2e205 100644
--- a/src/com/android/packageinstaller/Constants.java
+++ b/src/com/android/packageinstaller/Constants.java
@@ -74,6 +74,13 @@ public class Constants {
public static final String PREFERENCES_FILE = "preferences";
/**
+ * Key in the generic shared preferences that stores when the location access feature
+ * was enabled, specifically when it was picked up by the code managing the feature.
+ */
+ public static final String KEY_LOCATION_ACCESS_CHECK_ENABLED_TIME =
+ "location_access_check_enabled_time";
+
+ /**
* Key in the generic shared preferences that stores when the last notification was shown by
* {@link com.android.packageinstaller.permission.service.LocationAccessCheck}
*/