Merge "[StatusBar] fix: Make DisableRecord.pkg working" am: e4b0e8dc7a am: b773344800

am: 9614b0b40f

Change-Id: I0e8db72a01de7c3534ec10215ee1277e95a482aa
This commit is contained in:
Evan Laird
2018-11-12 17:47:29 -08:00
committed by android-build-merger

View File

@@ -140,13 +140,14 @@ public class StatusBarManagerService extends IStatusBarService.Stub {
switch (which) {
case 1:
what1 = what;
return;
break;
case 2:
what2 = what;
return;
break;
default:
Slog.w(TAG, "Can't set unsupported disable flag " + which
+ ": 0x" + Integer.toHexString(what));
break;
}
this.pkg = pkg;
}