aboutsummaryrefslogtreecommitdiffstats
path: root/host/migration/src/LineageSettings.java
diff options
context:
space:
mode:
Diffstat (limited to 'host/migration/src/LineageSettings.java')
-rw-r--r--host/migration/src/LineageSettings.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/host/migration/src/LineageSettings.java b/host/migration/src/LineageSettings.java
index 13540967..3ba86a4d 100644
--- a/host/migration/src/LineageSettings.java
+++ b/host/migration/src/LineageSettings.java
@@ -1,5 +1,6 @@
/**
* Copyright (c) 2015, The CyanogenMod Project
+ * Copyright (C) 2019 The LineageOS Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -819,8 +820,10 @@ public final class LineageSettings {
/**
* Whether newly installed apps should run with privacy guard by default
+ * @deprecated
* @hide
*/
+ @Deprecated
public static final String PRIVACY_GUARD_DEFAULT = "privacy_guard_default";
/**