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

Commit 1d8941b6 authored by Christopher Tate's avatar Christopher Tate Committed by Android Git Automerger
Browse files

am c575e007: Merge "setShowGTalkServiceStatus() is deprecated but tested by CTS" into jb-mr1-dev

* commit 'c575e007':
  setShowGTalkServiceStatus() is deprecated but tested by CTS
parents 6073a8aa c575e007
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1338,7 +1338,7 @@ public final class Settings {
        /** @deprecated - Do not use */
        @Deprecated
        public static void setShowGTalkServiceStatus(ContentResolver cr, boolean flag) {
            /* intentionally empty */
            setShowGTalkServiceStatusForUser(cr, flag, UserHandle.myUserId());
        }

        /**