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

Commit c575e007 authored by Christopher Tate's avatar Christopher Tate Committed by Android (Google) Code Review
Browse files

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

parents 30ddd69d c8c08386
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());
        }

        /**