change the app name to Scrcpy for Android

This commit is contained in:
Miuzarte
2026-04-24 17:48:56 +08:00
parent d60badb320
commit c394e682f7
2 changed files with 3 additions and 1 deletions

View File

@@ -6,6 +6,8 @@
- 改进: 莫奈颜色更多配置项
- 改进: 终端按钮触感反馈
- 修复: 终端垂直滚动被水平滚动打断
- 改进: 应用名更改至 `Scrcpy for Android` 以避免与上游项目混淆
## 0.2.2

View File

@@ -1,3 +1,3 @@
<resources>
<string name="app_name">Scrcpy</string>
<string name="app_name">Scrcpy for Android</string>
</resources>