摘要: 一.UriMatcherUriMatcher 用来匹配Uri;使用addURI向UriMatcher中注册Uri。然后使用UriMatcher判断一个uri是否存在1.创建:UriMatchermatcher=newUriMatcher(UriMatcher.NO_MATCH); 2.注册Uripr... 阅读全文
posted @ 2014-06-23 18:08 仰望 星空 阅读(829) 评论(0) 推荐(0)