Skip to content

Commit

Permalink
opt: telecom
Browse files Browse the repository at this point in the history
  • Loading branch information
Sevtinge committed Jun 14, 2024
1 parent c946317 commit 3faac68
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1777,7 +1777,7 @@

<!--通话管理-->
<string name="telecom">通话管理</string>
<string name="scam_reminder_bypass_caption">允许直接拨打呼叫转移MMI码</string>
<string name="scam_reminder_bypass_description">允许直接拨打类似**21*8#的MMI码来开启呼叫转移</string>
<string name="scam_reminder_bypass_caption">允许直接拨打呼叫转移 MMI 码</string>
<string name="scam_reminder_bypass_description">允许直接拨打类似 **21*8# 的 MMI 码以开启呼叫转移</string>

</resources>
14 changes: 7 additions & 7 deletions app/src/main/res/xml/prefs_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,6 @@
android:summary="com.android.incallui"
android:title="@string/incallui" />

<com.sevtinge.hyperceiler.prefs.PreferenceHeader
android:fragment="com.sevtinge.hyperceiler.ui.fragment.TelecomFragment"
android:icon="@drawable/ic_call"
android:key="prefs_key_telecom"
android:summary="com.android.server.telecom"
android:title="@string/telecom" />

<com.sevtinge.hyperceiler.prefs.PreferenceHeader
android:fragment="com.sevtinge.hyperceiler.ui.fragment.MmsFragment"
android:icon="@drawable/ic_mms"
Expand Down Expand Up @@ -92,6 +85,13 @@
android:summary="com.android.providers.downloads"
android:title="@string/downloads" />

<com.sevtinge.hyperceiler.prefs.PreferenceHeader
android:fragment="com.sevtinge.hyperceiler.ui.fragment.TelecomFragment"
android:icon="@drawable/ic_call"
android:key="prefs_key_telecom"
android:summary="com.android.server.telecom"
android:title="@string/telecom" />

<com.sevtinge.hyperceiler.prefs.PreferenceHeader
android:fragment="com.sevtinge.hyperceiler.ui.fragment.SystemUIFragment"
android:icon="@drawable/ic_system_ui"
Expand Down

0 comments on commit 3faac68

Please sign in to comment.