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

Commit 5d9a8acd authored by Jeff Tinker's avatar Jeff Tinker
Browse files

Clarify release/close java docs

bug:25372187
Change-Id: Ibe13943731e53efa9408b0d6bf105063f3ce4334
parent d9774458
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -275,6 +275,10 @@ public class DrmManagerClient implements AutoCloseable {
     * the {@link DrmManagerClient} object is no longer needed in your
     * application. After this method is called, {@link DrmManagerClient} is no
     * longer usable since it has lost all of its required resource.
     *
     * This method was added in API 24. In API versions 16 through 23, release()
     * should be called instead. There is no need to do anything for API
     * versions prior to 16.
     */
    @Override
    public void close() {