摘要:
1 AlertDialog builder=new AlertDialog.Builder(context).setTitle("注意:") 2 .setIcon(R.drawable.dailog_icon) 3 .setMessa... 阅读全文
posted @ 2014-06-28 14:30
楚藉
阅读(4092)
评论(0)
推荐(0)
摘要:
源代码如下: 1 public class ReceiveHandler extends BroadcastReceiver{ 2 3 private final String ACTION_RECE_LinkReply="com.hutao.linkRequestReceive"; 4 ... 阅读全文
posted @ 2014-06-28 11:28
楚藉
阅读(460)
评论(0)
推荐(0)