Skip to content

Commit c8c0838

Browse files
author
Christopher Tate
committed
setShowGTalkServiceStatus() is deprecated but tested by CTS
So its implementation has to hang around on that basis. Bug 7164713 Change-Id: Ibb59932b3b6d275d8ac8e091774b08256a258db1
1 parent 6704a48 commit c8c0838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/android/provider/Settings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1338,7 +1338,7 @@ public static boolean getShowGTalkServiceStatusForUser(ContentResolver cr,
13381338
/** @deprecated - Do not use */
13391339
@Deprecated
13401340
public static void setShowGTalkServiceStatus(ContentResolver cr, boolean flag) {
1341-
/* intentionally empty */
1341+
setShowGTalkServiceStatusForUser(cr, flag, UserHandle.myUserId());
13421342
}
13431343

13441344
/**

0 commit comments

Comments
 (0)