enjoy: 專門為MiUI桌面卸載添加了提示,提升使用者體驗 (#502)

This commit is contained in:
NkBe
2025-10-30 14:50:13 +08:00
committed by GitHub
parent cc54abd273
commit 0da8ecb071
3 changed files with 14 additions and 0 deletions

View File

@@ -22,6 +22,13 @@
android:supportsRtl="true"
android:theme="@style/Theme.KernelSU"
tools:targetApi="34">
<!-- 专门为小米手机桌面卸载添加了提示,提升用户体验 -->
<meta-data
android:name="app_description_title"
android:resource="@string/miui_uninstall_title" />
<meta-data
android:name="app_description_content"
android:resource="@string/miui_uninstall_content" />
<activity
android:name=".ui.MainActivity"
android:exported="true"