diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 7cb959dee245e..aa5a0d0c162bd 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -2585,7 +2585,7 @@ public final class Settings { *

* To start an activity with this intent, apps should set the wellbeing package explicitly in * the intent together with this action. The wellbeing package is defined in - * {@code com.android.internal.R.string.config_defaultWellbeingPackage}. + * {@code com.android.internal.R.string.config_systemWellbeing}. *

* Output: Nothing * diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index a951c0b48da32..5544701d9325e 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -4306,8 +4306,12 @@ This package must be trusted, as it has the permissions to control other applications on the device. Example: "com.android.wellbeing" + + Note: This config is deprecated, please use config_systemWellbeing instead. --> - + + @string/config_systemWellbeing +