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

Commit 5eb22e2c authored by Joe Onorato's avatar Joe Onorato Committed by Android Git Automerger
Browse files

am 19c4b29d: am 8310b42f: Add javadoc saying that wake locks are ref counted by default.

Merge commit '19c4b29d'

* commit '19c4b29d':
  Add javadoc saying that wake locks are ref counted by default.
parents 483c4b1d 19c4b29d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -232,6 +232,8 @@ public class PowerManager
        /**
         * Sets whether this WakeLock is ref counted.
         *
         * <p>Wake locks are reference counted by default.
         *
         * @param value true for ref counted, false for not ref counted.
         */
        public void setReferenceCounted(boolean value)