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

This commit is contained in:
Evan Laird
2018-11-13 00:11:17 +00:00
committed by Gerrit Code Review

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;
}