Add satellite messaging activity into Settings for carrier satellite service Bug: 319035517 Test: manual 1. Set CarrierConfig Key KEY_SATELLITE_ATTACH_SUPPORTED_BOOL as false then verify satellite messaging menu is not shwon from Settings > Network & internet > SIMs > test sim 2. Set CarrierConfig key KEY_SATELLITE_ATTACH_SUPPORTED_BOOL as true 3. Insert test SIM 3. Get into to Settings > Network & internet > SIMs > test sim > verify Satellite messaging is shown 4. Verify whether descriptions are as directed. icons are as directed. 5. Add satellite messaging does not work when click 6. Invoke web browser with test website when click 'More about satellite messaging' 7. Replace SIM of which MCC/MNC is not test sim 8. verify no action happen when click 'More about satellite messaging' Change-Id: Iee8fad58b41cbca34f373d2a9df1d074c447cfb1
26 lines
1.4 KiB
XML
26 lines
1.4 KiB
XML
<!--
|
|
Copyright (C) 2024 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="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="960"
|
|
android:viewportHeight="960"
|
|
android:tint="?android:attr/colorControlNormal">
|
|
<path
|
|
android:fillColor="@android:color/white"
|
|
android:pathData="M480,880Q397,880 324,848.5Q251,817 197,763Q143,709 111.5,636Q80,563 80,480Q80,397 111.5,324Q143,251 197,197Q251,143 324,111.5Q397,80 480,80Q563,80 636,111.5Q709,143 763,197Q817,251 848.5,324Q880,397 880,480Q880,563 848.5,636Q817,709 763,763Q709,817 636,848.5Q563,880 480,880ZM480,800Q534,800 584,782.5Q634,765 676,732L228,284Q195,326 177.5,376Q160,426 160,480Q160,614 253,707Q346,800 480,800ZM732,676Q765,634 782.5,584Q800,534 800,480Q800,346 707,253Q614,160 480,160Q426,160 376,177.5Q326,195 284,228L732,676Z"/>
|
|
</vector>
|