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

Commit 19c4b29d authored by Joe Onorato's avatar Joe Onorato Committed by Android Git Automerger
Browse files

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

Merge commit '8310b42f' into gingerbread-plus-aosp

* commit '8310b42f':
  Add javadoc saying that wake locks are ref counted by default.
parents abdd2c7f 8310b42f
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)