Merge "[SettingsProvider] update API javadoc" am: ebcfe1c6e0

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2053133

Change-Id: I54001b5f330d4569fc5b9dc1db09bf409fa70017
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Songchun Fan
2022-04-01 23:49:23 +00:00
committed by Automerger Merge Worker

View File

@@ -867,8 +867,8 @@ public final class DeviceConfig {
/** /**
* Delete a property with the provided name and value in the provided namespace * 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 namespace The namespace containing the property to delete.
* @param name The name of the property to create or update. * @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. * @return True if the property was deleted or it did not exist in the first place.
* False if the storage implementation throws errors. * False if the storage implementation throws errors.
* @hide * @hide