Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed6aebc4 authored by Songchun Fan's avatar Songchun Fan
Browse files

[SettingsProvider] update API javadoc

Address comments from API review

BUG: 227781337
Test: N/A
Change-Id: I3042be0671728d06bf1c7ae09baee538bb82fbe7
Merged-In: I3042be0671728d06bf1c7ae09baee538bb82fbe7
parent bdf20659
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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