FileObserver监听文件示例(二)

2014-11-24 11:30:27 · 作者: · 浏览: 15
ected void onDestroy() {
super.onDestroy();
mFileObserver.stopWatching();
}
}
main.xml如下:
[ html]
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity" >
android:id="@+id/linearLayout"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal" >
android:layout_width="fill_parent"
android:layout_height="match_parent" >