Remove unnecessary SMS entrypoint.

Fixes #14213
This commit is contained in:
Greyson Parrelli
2025-09-18 11:23:13 -04:00
committed by Jeffrey Starke
parent bea204ab82
commit 9c705f3a45
2 changed files with 4 additions and 21 deletions

View File

@@ -930,17 +930,7 @@
android:theme="@style/TextSecure.DialogActivity"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
<activity android:name=".SmsSendtoActivity" android:exported="true">
<intent-filter>
<action android:name="android.intent.action.SENDTO" />
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="sms" />
<data android:scheme="smsto" />
<data android:scheme="mms" />
<data android:scheme="mmsto" />
</intent-filter>
<activity android:name=".SystemContactsEntrypointActivity" android:exported="true">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />