Re-define ACTION_DEFAULT_SMS_SUBSCRIPTION_CHANGED, and

ACTION_DEFAULT_SUBSCRIPTION_CHANGED with proper contents.

Bug: 37497166
Test: Manual
Change-Id: I3fb7d33fc45634ff3e9d2240e822a8945285fad2
This commit is contained in:
Malcolm Chen
2017-04-27 14:54:12 -07:00
parent 7424571ac4
commit 5aa1187f86

View File

@@ -474,7 +474,7 @@
<receiver android:name=".receiver.DefaultSmsSubscriptionChangeReceiver">
<intent-filter>
<action android:name="android.intent.action.ACTION_DEFAULT_SMS_SUBSCRIPTION_CHANGED"/>
<action android:name="android.telephony.action.DEFAULT_SMS_SUBSCRIPTION_CHANGED"/>
</intent-filter>
</receiver>