更新核心破解tips

This commit is contained in:
乌堆小透明
2022-03-01 22:37:34 +08:00
parent a0fb81a8c9
commit e0e5ff8615
2 changed files with 3 additions and 1 deletions

View File

@@ -320,7 +320,8 @@ class SettingsActivity : MIUIActivity() {
add( add(
TextSummaryWithSwitchV( TextSummaryWithSwitchV(
TextSummaryV( TextSummaryV(
textId = R.string.corepacth textId = R.string.corepacth,
tipsId = R.string.corepacth_summary
), ),
SwitchV("corepatch") SwitchV("corepatch")
) )

View File

@@ -79,5 +79,6 @@
<string name="thank_list">感谢名单</string> <string name="thank_list">感谢名单</string>
<string name="third_party_open_source_statement">第三方开源声明</string> <string name="third_party_open_source_statement">第三方开源声明</string>
<string name="corepacth">解除安装限制</string> <string name="corepacth">解除安装限制</string>
<string name="corepacth_summary">支持降级安装/不同签名/无签名</string>
</resources> </resources>