diff --git a/core/java/android/provider/DeviceConfig.java b/core/java/android/provider/DeviceConfig.java index 93c1c20f8252..1777f56691a7 100644 --- a/core/java/android/provider/DeviceConfig.java +++ b/core/java/android/provider/DeviceConfig.java @@ -867,8 +867,8 @@ public final class DeviceConfig { /** * Delete a property with the provided name and value in the provided namespace * - * @param namespace The namespace containing the property to create or update. - * @param name The name of the property to create or update. + * @param namespace The namespace containing the property to delete. + * @param name The name of the property to delete. * @return True if the property was deleted or it did not exist in the first place. * False if the storage implementation throws errors. * @hide