Merge "Disable AudioRecordingDisclosureBar" into rvc-dev am: bc334c00c0

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11937480

Change-Id: I710cc0e7c8bb92a0cc68598a62f93718d3f6b62b
This commit is contained in:
TreeHugger Robot
2020-06-22 23:53:36 +00:00
committed by Automerger Merge Worker

View File

@@ -72,9 +72,6 @@ public class TvStatusBar extends SystemUI implements CommandQueue.Callbacks {
} catch (RemoteException ex) {
// If the system process isn't there we're doomed anyway.
}
// Creating AudioRecordingDisclosureBar and just letting it run
new AudioRecordingDisclosureBar(mContext);
}
@Override