接收电话时预先静音模式调试完成

This commit is contained in:
ZhanGSKen
2025-02-21 09:47:43 +08:00
parent c590c96fa6
commit c16c6bba74
8 changed files with 64 additions and 139 deletions

View File

@@ -38,7 +38,6 @@
<activity
android:name=".MainActivity"
android:label="@string/app_name"
android:launchMode="singleTask"
android:exported="true">
<intent-filter>
@@ -50,7 +49,6 @@
</intent-filter>
</activity>
<activity
android:name=".activities.CallActivity"
@@ -89,6 +87,8 @@
</activity>
<activity android:name="cc.winboll.studio.contacts.activities.SettingsActivity"/>
<service
android:name="cc.winboll.studio.contacts.services.MainService"
android:exported="true"/>
@@ -164,7 +164,7 @@
</intent-filter>
</receiver>
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="${applicationId}.fileprovider"
@@ -177,8 +177,6 @@
</provider>
<activity android:name="cc.winboll.studio.contacts.activities.SettingsActivity"/>
</application>
</manifest>