Remove SmsDefaultDialog which has been replaced by role.

Bug: 131204827
Test: presubmit
Change-Id: If436d4f0777838dc490fa45901005008bb57315b
This commit is contained in:
Hai Zhang
2019-05-20 15:23:05 -07:00
parent 76cf0dbddd
commit 4feab60a30
2 changed files with 0 additions and 299 deletions

View File

@@ -2403,16 +2403,6 @@
android:excludeFromRecents="true">
</activity>
<activity android:name=".SmsDefaultDialog"
android:label="@string/sms_application_title"
android:excludeFromRecents="true"
android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert">
<intent-filter android:priority="1">
<action android:name="android.provider.Telephony.ACTION_CHANGE_DEFAULT" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<activity
android:name="Settings$NotificationAccessSettingsActivity"
android:label="@string/manage_notification_access_title"