Android教程(2.1) Activity的详细讲解
2010-07-26 12:46:00 来源:WEB开发网核心提示:< action android:value="android.intent.action.EDIT" />< action android:value="android.intent.action.PICK" />< category androi
< action android:value="android.intent.action.EDIT" />
< action android:value="android.intent.action.PICK" />
< category android:name="android.intent.category.DEFAULT" />
< data android:mimeType="vnd.android.cursor.dir/vnd.google.note" />
< /intent-filter>
< intent-filter>
- <action android:name="android.intent.action.VIEW" />
- <action android:value="android.intent.action.EDIT" />
- <action android:value="android.intent.action.PICK" />
- <category android:name="android.intent.category.DEFAULT" />
- <data android:mimeType="vnd.android.cursor.dir/vnd.google.note" />
更多精彩
赞助商链接