feat: 增加请求弹窗和拒绝说明

This commit is contained in:
2026-07-15 21:40:00 +08:00
parent 839a980b45
commit f1457e68eb
13 changed files with 645 additions and 5 deletions

View File

@@ -25,6 +25,11 @@
</intent-filter>
</activity>
<activity
android:name=".activity.connection.ConnectionRequestActivity"
android:exported="false"
android:theme="@style/Theme.MaterialComponents.DayNight.Dialog.Alert" />
<service
android:name=".service.ScreenCaptureService"
android:exported="false"