| <?xml version='1.0' encoding='utf-8' standalone='yes' ?> |
| <!-- |
| /* |
| ** Copyright 2022, The Android Open Source Project |
| ** |
| ** Licensed under the Apache License, Version 2.0 (the "License"); |
| ** you may not use this file except in compliance with the License. |
| ** You may obtain a copy of the License at |
| ** |
| ** http://www.apache.org/licenses/LICENSE-2.0 |
| ** |
| ** Unless required by applicable law or agreed to in writing, software |
| ** distributed under the License is distributed on an "AS IS" BASIS, |
| ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| ** See the License for the specific language governing permissions and |
| ** limitations under the License. |
| */ |
| --> |
| |
| <display-settings> |
| <!-- Use unique local ids added by Goldfish --> |
| <config identifier="0" /> |
| |
| <!-- Display settings for cluster --> |
| <display name="virtual:com.android.emulator.multidisplay:1234562" |
| shouldShowSystemDecors="false" |
| forcedDensity="160" |
| dontMoveToTop="true"/> |
| |
| <!-- Display settings for 2nd Home --> |
| <display name="virtual:com.android.emulator.multidisplay:1234563" |
| shouldShowSystemDecors="true" |
| shouldShowIme="true" |
| forcedDensity="160" /> |
| |
| <!-- Display settings for 3rd Home --> |
| <display name="virtual:com.android.emulator.multidisplay:1234564" |
| shouldShowSystemDecors="true" |
| shouldShowIme="true" |
| forcedDensity="160" /> |
| |
| <!-- Display settings for 4th Home --> |
| <display name="virtual:com.android.emulator.multidisplay:1234565" |
| shouldShowSystemDecors="true" |
| shouldShowIme="true" |
| forcedDensity="160" /> |
| |
| <!-- Display settings for 5th Home --> |
| <display name="virtual:com.android.emulator.multidisplay:1234565" |
| shouldShowSystemDecors="true" |
| shouldShowIme="true" |
| forcedDensity="160" /> |
| |
| </display-settings> |