Added developer notice in MainActivity

This commit is contained in:
2022-06-21 07:21:21 +08:00
parent f4d68ce9ec
commit 9027158047
9 changed files with 35 additions and 0 deletions

View File

@@ -115,4 +115,6 @@
<string name="are_you_sure_apply_site_apps">你確認要一次性應用設置給 %1$s 個程式嗎?</string>
<string name="errors_dialog_always_show_reopen">錯誤對話框始終顯示“重新開啟”選項</string>
<string name="errors_dialog_always_show_reopen_tip">啟用後,在程式非首次異常時也將顯示“重新開啟”選項,若當前異常非主進程或程式無法打開則依然不會顯示此選項。</string>
<string name="developer_notice">使用說明</string>
<string name="developer_notice_tip">此模組專為 Android 開發者而打造,在可能的無法連接電腦,不能進行 ADB 調試的時候,可通過此模組來快速捕獲任意已安裝程式的任意異常,以便給開發者快速定位問題。</string>
</resources>