This CL implements the CarirerConfigs for both no calling icons and call strength icons. 1. Carriers can choose to only show the no calling icons when there is no IP connections. 2. Carriers can choose to hide the call strength icon, and show either a blacnk icon (single SIM) or SIM card icon (multi SIM) Bug: 181667933 Test: Manual tests Change-Id: I54386cb7399c7e3b3160ad01e09cb71f7e1f1a6e Merged-In: I54386cb7399c7e3b3160ad01e09cb71f7e1f1a6e
23 lines
843 B
XML
23 lines
843 B
XML
<!--
|
|
Copyright (C) 2021 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.
|
|
-->
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="16dp"
|
|
android:height="16dp"
|
|
android:viewportWidth="16.0"
|
|
android:viewportHeight="16.0">
|
|
<path/>
|
|
</vector>
|