Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9e14c9f5 authored by Bill Lin's avatar Bill Lin
Browse files

Remove overlayable.xml to prevent PixelDocumentsUIGoogleOverlay fail

system/bin/idmap2d:
   overlay "/product/overlay/PixelDocumentsUIGoogleOverlay/PixelDocumentsUIGoogleOverlay.apk"
is not allowed to overlay resource

Change-Id: I8dee307956d031d415e99e29758bd994733eef69
Fix: 127615752
Test: atest DocumentsUIGoogleTests
Test: remove res/values/overlayable.xml and update DocumentsUIGoogle.apk
parent 02107cc3
Loading
Loading
Loading
Loading

res/values/overlayable.xml

deleted100644 → 0
+0 −104
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 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.
-->

<!-- The collection of resources for theming the appearance of a device -->
<resources xmlns:android="http://schemas.android.com/apk/res/android">

    <overlayable name="DocumentsUIThemeOverlay">

        <!-- START VENDOR CUSTOMIZATION -->
        <policy type="product|system|vendor">
            <!-- START THEME / STYLE -->
            <item type="style" name="DocumentsTheme"/>
            <!-- END THEME / STYLE -->

            <!-- START COLOR -->
            <item type="color" name="accent"/>
            <item type="color" name="app_background_color"/>
            <item type="color" name="band_select_background"/>
            <item type="color" name="band_select_border"/>
            <item type="color" name="chip_stroke_color"/>
            <item type="color" name="chip_selected_background_color"/>
            <item type="color" name="chip_ripple_color"/>
            <item type="color" name="doc_icon_color"/>
            <item type="color" name="drawer_border"/>
            <item type="color" name="inspector_value"/>
            <item type="color" name="inspector_link"/>
            <item type="color" name="inspector_section_title"/>
            <item type="color" name="inspector_section_divider"/>
            <item type="color" name="inspector_title_background"/>
            <item type="color" name="inspector_debug_mode_color"/>
            <item type="color" name="item_doc_background"/>
            <item type="color" name="item_doc_background_disabled"/>
            <item type="color" name="item_doc_background_selected"/>
            <item type="color" name="item_grid_tint"/>
            <item type="color" name="item_hover_color"/>
            <item type="color" name="primary"/>
            <item type="color" name="root_title_color"/>
            <item type="color" name="root_activated_color"/>
            <item type="color" name="root_details_color"/>
            <item type="color" name="root_icon_color"/>
            <item type="color" name="text_handle"/>
            <item type="color" name="text_highlight"/>
            <item type="color" name="text_hint"/>
            <item type="color" name="text_secondary"/>
            <item type="color" name="tool_bar_color"/>
            <!-- END COLOR -->

            <!-- START DIMEN -->
            <item type="dimen" name="grid_item_elevation"/>
            <item type="dimen" name="grid_item_radius"/>
            <item type="dimen" name="grid_item_border_radius"/>
            <item type="dimen" name="root_spacer_padding"/>
            <!-- END DIMEN -->

            <!-- START DRAWABLE -->
            <item type="drawable" name="bottom_sheet_dialog_background"/>
            <item type="drawable" name="ic_breadcrumb_arrow"/>
            <item type="drawable" name="ic_cab_cancel"/>
            <item type="drawable" name="ic_eject"/>
            <item type="drawable" name="ic_menu_compress"/>
            <item type="drawable" name="ic_menu_copy"/>
            <item type="drawable" name="ic_menu_delete"/>
            <item type="drawable" name="ic_menu_extract"/>
            <item type="drawable" name="ic_menu_share"/>
            <item type="drawable" name="ic_menu_view_grid"/>
            <item type="drawable" name="ic_menu_view_list"/>
            <item type="drawable" name="ic_root_download"/>
            <item type="drawable" name="ic_sd_storage"/>
            <item type="drawable" name="list_divider"/>
            <item type="drawable" name="root_list_selector"/>
            <!-- END DRAWABLE -->

            <!-- START CONFIG -->
            <item type="bool" name="is_launcher_enabled"/>
            <item type="string" name="default_root_uri"/>
            <item type="string" name="preferred_root_package"/>
            <item type="string" name="trusted_quick_viewer_package"/>
            <!-- END CONFIG -->

        </policy>
        <!-- END VENDOR CUSTOMIZATION -->

        <!-- START NON PUBLIC -->
        <policy type="signature">
            <item type="bool" name="show_search_bar" />
        </policy>
        <!-- END NON PUBLIC -->

    </overlayable>

</resources>