CarStatusBar will now register a ITaskStackListener to handle changes in task stack and highlight the appropriate facet for the current task. Currently using resource defined package names and category to the filter for a given facet. OEMs are expected to use categories definied in Intent.java Also refactored business logic from CarNavigationBarView into CarNavigationBar controller. Change-Id: I203917ea43f2f488a1167f27dab84f1c451b3e93
31 lines
1.2 KiB
XML
31 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
**
|
|
** Copyright 2015, 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>
|
|
<!-- These should be overriden in an overlay. The default implementation is empty.
|
|
There needs to be correspondence per index between these arrays, which means that if there
|
|
isn't a longpress action associated with a shortcut item, put in an empty item to make
|
|
sure everything lines up.
|
|
-->
|
|
<array name="car_facet_icons" />
|
|
<array name="car_facet_intent_uris" />
|
|
<array name="car_facet_longpress_intent_uris" />
|
|
<array name="car_facet_package_filters"/>
|
|
<array name="car_facet_category_filters"/>
|
|
</resources>
|