Add onDisplayRemoveSystemDecorations to TouchInteractionService
onDisplayRemoveSystemDecorations() is a new method in IOverviewProxy.aidl
Bug: 352461502
Flag: com.android.server.display.feature.flags.enable_display_content_mode_management
Test: manually (adb shell settings put secure mirror_built_in_display
{1|0})
Change-Id: I42d96ef27fd62d35ae1ca6134bd74752de3a2b5d
This commit is contained in:
@@ -701,6 +701,11 @@ public class TaskbarManager {
|
||||
public void onDisplayRemoved(int displayId) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Signal from SysUI indicating that system decorations should be removed from the display.
|
||||
*/
|
||||
public void onDisplayRemoveSystemDecorations(int displayId) {}
|
||||
|
||||
private void removeActivityCallbacksAndListeners() {
|
||||
if (mActivity != null) {
|
||||
mActivity.removeOnDeviceProfileChangeListener(mDebugActivityDeviceProfileChanged);
|
||||
|
||||
Reference in New Issue
Block a user