⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 smsactivity.java

📁 android 开发中模拟实现短信的接受
💻 JAVA
字号:
package com.android.smsReceiver;

import android.app.Activity;
import android.os.Bundle;

public class SMSActivity extends Activity
{

	    /** Called when the activity is first created. */

	    public void onCreate(Bundle icicle) {
	        super.onCreate(icicle);
	        setContentView(R.layout.main);
	    }
	}
	
	

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -