diff options
author | Calvin Huang <calhuang@google.com> | 2020-06-16 23:53:53 +0000 |
---|---|---|
committer | Calvin Huang <calhuang@google.com> | 2020-06-17 00:07:01 +0000 |
commit | 6d0f852c6ff57c20e3fcfac1addf43777ea574fa (patch) | |
tree | ee83bc54dd705b13a25054e7923c7d3f83350af2 /packages/CarSystemUI/res | |
parent | 892d269b65e8e840231af6f84e7c8934a17eee46 (diff) |
Revert "Set overlayable for CarsystemUI NavBar"
This reverts commit 165bf8f44a5877d3e677cf21717f1d3f18e5354e.
Reason for revert: b/159143515
Test: build sdk_gcar_x86, nav bar overlay should work as usual
Bug: 159143515
Change-Id: I34e7a0925dd2fb243a11ddd46ac75fbcf3a92f3b
Diffstat (limited to 'packages/CarSystemUI/res')
-rw-r--r-- | packages/CarSystemUI/res/xml/overlayable.xml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/packages/CarSystemUI/res/xml/overlayable.xml b/packages/CarSystemUI/res/xml/overlayable.xml deleted file mode 100644 index 2b6e66e28b5f..000000000000 --- a/packages/CarSystemUI/res/xml/overlayable.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2020 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. ---> - -<resources> - <overlayable name="SystemBarsLayouts"> - <policy type="product|signature"> - <item type="layout" name="car_navigation_bar" /> - </policy> - </overlayable> -</resources>
\ No newline at end of file |