Merge "Remove logging line" into tm-qpr-dev am: 5fe35192e9
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19085986 Change-Id: Ieacef81dcc8bb24199d25e4c3ec753ab7383b4ff Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -396,7 +396,6 @@ public class QSTileHost implements QSHost, Tunable, PluginListener<QSFactory>, D
|
||||
}
|
||||
|
||||
void saveTilesToSettings(List<String> tileSpecs) {
|
||||
if (tileSpecs.contains("work")) Log.wtfStack(TAG, "Saving work tile");
|
||||
mSecureSettings.putStringForUser(TILES_SETTING, TextUtils.join(",", tileSpecs),
|
||||
null /* tag */, false /* default */, mCurrentUser,
|
||||
true /* overrideable by restore */);
|
||||
|
||||
Reference in New Issue
Block a user