首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

记要来电

2012-09-03 
记录来电public class MyCLass extends BroadcastReceiver {?// functions here}receiver android:name

记录来电

public class MyCLass extends BroadcastReceiver {?// functions here}
<receiver android:name="MyClass">? ? ? ? ? ? <intent-filter> ? ? ? ? ? ? ? ? ? ? ? ? ? ? <action android:name="android.intent.action.ANSWER">/action>? ? ? ? ? ? </intent-filter>? ? ? ? </receiver>

热点排行