[Settings] init UI entry for Cross SIM calling

Create an empty UI entry for Cross SIM calling.

TODO: fill-in implementation based on UI within document.

Document:
https://docs.google.com/document/d/1INEwrq5_M62hJcRMshdO0OaFruVR0goYByxdpMdFr_o/edit?disco=AAAAHQo7ang&ts=5fadc9b4&usp_dm=true#heading=h.8gw4a7e503pz

Bug: 174012397
Test: manual
Change-Id: I344a18954924c4665295ef244bfee773f3f98d55
This commit is contained in:
Bonian Chen
2020-11-23 21:04:50 +08:00
parent 167207bbd1
commit 0bff334632
5 changed files with 129 additions and 1 deletions

View File

@@ -173,6 +173,14 @@
android:persistent="true"
settings:controller="com.android.settings.network.telephony.VideoCallingPreferenceController"/>
<SwitchPreference
android:key="cross_sim_calling_key"
android:title="@string/cross_sim_calling_settings_title"
android:persistent="false"
android:summary="@string/cross_sim_calling_setting_summary"
settings:keywords="@string/keywords_cross_sim_calling"
settings:controller="com.android.settings.network.telephony.CrossSimCallingPreferenceController"/>
</PreferenceCategory>
<com.android.settings.network.telephony.cdma.CdmaListPreference