MiCode / FileExplorer

MIUI文件管理器社区开源版(Community edition of MIUI File Explorer)
http://micode.net/forum-51-1.html
1.6k stars 763 forks source link

更快速的改变WiFi连接状态 #1

Closed fengcunhan closed 12 years ago

fengcunhan commented 12 years ago

在没有打开WiFi情况下想要通过手机变成FTP服务器共享文件不是那么方便,做了点改变,点击WiFi状态图标就能切换到WiFi设置界面,

haonan commented 12 years ago

fengchunhan, 我期待的修改进入我们的代码库。希望你删除TODO,还有就一行add by的注释。

usc commented 12 years ago

maybe it's better use anonymous inner class. like // quickly turn on or off wifi. mRootView.findViewById(R.id.wifi_state_image).setOnClickListener(new OnClickListener() { @Override public void onClick(View v) { Intent intent = new Intent(android.provider.Settings.ACTION_WIFI_SETTINGS); startActivity(intent); } });

Noisyfox commented 12 years ago

挺好的功能怎么没人管了?

haonan commented 12 years ago

fengchuhan修改了.gitignore,我等他的回复。:)

fengcunhan commented 12 years ago

bin目录和gen目录都是本地自动编译生成的,没有必要放到版本控制里面啊

Noisyfox commented 12 years ago

关闭了?怎么回事?