Android Studio Intent隐式启动,发短信,拨号,打电话,访问网页等实例代码
功能
创建5个按钮,隐式启动、发短信、拨号按钮、电话按钮、打开网页按钮。通过使用Intent来完成各自按钮下的功能
代码目录如下
详细代码如下:
activity_main.xml代码如下
<LinearLayout xmlns:android=http://schemas.android.com/apk/res/android
xmlns:tools=http://schemas.android.com/tools
android:layout_width=match_par
1