Skip to content

Commit

Permalink
Add tips to "Use AOSP Share Sheet"
Browse files Browse the repository at this point in the history
  • Loading branch information
YifePlayte committed Dec 24, 2024
1 parent 763d780 commit 923c872
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ class MainPage : BasePage() {
TextSummaryWithSwitch(
TextSummaryV(
textId = R.string.use_aosp_share_sheet,
tipsId = R.string.use_aosp_share_sheet_tips,
), SwitchV("use_aosp_share_sheet", false)
)
}
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
<string name="use_aosp_screenshot">使用原生截屏</string>
<string name="use_aosp_open_with_page">使用原生打开方式界面</string>
<string name="use_aosp_share_sheet">使用原生分享界面</string>
<string name="use_aosp_share_sheet_tips">打开小米互传的时候会恢复小米界面;使用 LSPosed 1.9.2-it(7284) 或更新版本即可同时使用原生打开方式界面</string>
<string name="voice_assist">小爱同学</string>
<string name="warning">警告</string>
<string name="wave_charge">启用 Alpha 充电动画</string>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
<string name="use_aosp_screenshot">Use AOSP screenshot</string>
<string name="use_aosp_open_with_page">Use AOSP "Open with" page</string>
<string name="use_aosp_share_sheet">Use AOSP Share Sheet</string>
<string name="use_aosp_share_sheet_tips">Won\'t work if MiShare is enabled. With LSPosed 1.9.2-it(7284) or newer version, AOSP "Open with" page will also be enabled</string>
<string name="voice_assist">Mi Ai</string>
<string name="warning">Warning</string>
<string name="wave_charge">Enable wave charge animation</string>
Expand Down

0 comments on commit 923c872

Please sign in to comment.