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

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

Change-Id: Ieb0676111a1dddf6a1126ecb2ef19ef1520188bb
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Songchun Fan 2022-04-02 00:10:54 +00:00 committed by Automerger Merge Worker
commit 8f9b80e5f2

View File

@ -874,8 +874,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