Disable AudioRecordingDisclosureBar

Bug: 159609747
Test: manually on TV
Change-Id: If8f4159e0d9dada9d4151e01fc3ff66bf8cffa08
This commit is contained in:
Sergey Nikolaienkov
2020-06-22 17:16:54 +02:00
parent ae64ae50de
commit 7e3da5372c

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