计算机软件著作权登记-源代码范本

计算机软件著作权登记-源代码范本

ID:1270226

大小:261.00 KB

页数:60页

时间:2017-11-09

计算机软件著作权登记-源代码范本_第1页
计算机软件著作权登记-源代码范本_第2页
计算机软件著作权登记-源代码范本_第3页
计算机软件著作权登记-源代码范本_第4页
计算机软件著作权登记-源代码范本_第5页
资源描述:

《计算机软件著作权登记-源代码范本》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库

1、60基于Android“说呀”聊天辅助系统V1.0源代码packagecom.example.shuoya;importjava.util.Set;importandroid.content.BroadcastReceiver;importandroid.content.Context;importandroid.content.Intent;importandroid.database.Cursor;importandroid.database.sqlite.SQLiteDatabase;importandroid

2、.os.Bundle;importandroid.telephony.SmsMessage;importandroid.util.Log;importandroid.widget.Toast;publicclassBreastextendsBroadcastReceiver{privatestaticfinalStringmACTION="android.provider.Telephony.SMS_RECEIVED";@OverridepublicvoidonReceive(Contextcontext,Inten

3、tintent){//TODOAuto-generatedmethodstubif(intent.getAction().equals(mACTION)){StringBuildersb=newStringBuilder();Bundlebundle=intent.getExtras();if(bundle!=null){SetkeysSet=bundle.keySet();for(StringkeyString:keysSet){Log.d("key",keyString);}Object[]myO

4、BJpdus=(Object[])bundle.get("pdus");SmsMessage[]messages=newSmsMessage[myOBJpdus.length];for(inti=0;i

5、rrentMessage.getDisplayOriginatingAddress());//sb.append("------传来的短信------");sb.append(currentMessage.getDisplayMessageBody());}}Toast.makeText(context,sb,Toast.LENGTH_LONG).show();Intenti2=newIntent(context,FuzhuActivity.class);Bundlebundle2=newBundle();b

6、undle2.putString("SMS",sb.toString());i2.putExtra("SMSS",bundle2);i2.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);context.startActivity(i2);}60基于Android“说呀”聊天辅助系统V1.0源代码}}packagecom.example.shuoya;importandroid.content.Context;importandroid.database.sqlite.SQLiteDat

7、abase;importandroid.database.sqlite.SQLiteDatabase.CursorFactory;importandroid.database.sqlite.SQLiteOpenHelper;publicclassDbAdapterextendsSQLiteOpenHelper{privatestaticfinalintVERSION=1;privatestaticfinalStringDBNAME="test.db";publicDbAdapter(Contextcontext,St

8、ringname,CursorFactoryfactory,intversion){super(context,name,factory,version);//TODOAuto-generatedconstructorstub}publicDbAdapter(Contextcontext,Stringname){this(context,nam

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。