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

Commit c8c08386 authored by Christopher Tate's avatar Christopher Tate
Browse files

setShowGTalkServiceStatus() is deprecated but tested by CTS

So its implementation has to hang around on that basis.

Bug 7164713

Change-Id: Ibb59932b3b6d275d8ac8e091774b08256a258db1
parent 6704a48b
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());
        }

        /**