
Intent
nick_gu
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
android 网络未连接时设置进入系统设置功能设置网络
Intent intent = new Intent(android.provider.Settings.ACTION_WIFI_SETTINGS);startActivity(intent);有新需求我再更新上来~原创 2015-05-18 15:10:14 · 489 阅读 · 0 评论 -
Android系统设置【android.provider.settings】
Intent intent = new Intent(android.provider.Settings.ACTION_SETTINGS);startActivity(intent); // 打开系统设置界面Intent mIntent = new Intent(android.provider.Settings.ACTION_BLUETOOTH_SETTINGS);startActivi原创 2016-01-12 19:52:54 · 1786 阅读 · 0 评论 -
Intent 打开文件浏览器,返回后得到文件路径
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="mat原创 2016-05-16 17:49:49 · 1559 阅读 · 0 评论