+短信广播接收器

This commit is contained in:
zengfantian 2015-02-01 03:54:07 +08:00
parent db26cef594
commit ff4c834531
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@
</activity>
<!-- 短信广播接收器 -->
<receiver android:name=".service.SMSBroadcastReceiver">
<receiver android:name=".sample.sms.SMSBroadcastReceiver">
<intent-filter android:priority="1000">
<action android:name="android.provider.Telephony.SMS_RECEIVED" />
</intent-filter>