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

Commit 8f9b80e5 authored by Songchun Fan's avatar Songchun Fan Committed by Automerger Merge Worker
Browse files

Merge "[SettingsProvider] update API javadoc" am: ebcfe1c6 am: 9338b2de

parents 3e2628d0 9338b2de
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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