CONTENT_URI问题

yinjiangrong 2012-09-06 10:35:27
在launcher,有一段:
static final Uri CONTENT_URI = Uri.parse("content://" +
LauncherProvider.AUTHORITY + "/" + LauncherProvider.TABLE_FAVORITES +
"?" + LauncherProvider.PARAMETER_NOTIFY + "=true");

/**
* The content:// style URL for this table. When this Uri is used, no notification is
* sent if the content changes.
*/
static final Uri CONTENT_URI_NO_NOTIFICATION = Uri.parse("content://" +
LauncherProvider.AUTHORITY + "/" + LauncherProvider.TABLE_FAVORITES +
"?" + LauncherProvider.PARAMETER_NOTIFY + "=false");
这个里面,问号表示什么意思,还有就是LauncherProvider.PARAMETER_NOTIFY,表示表的一个item,还是什么意思,
...全文
81 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
yinjiangrong 2012-09-08
  • 打赏
  • 举报
回复
default_toppackage.xml,这个文件做什么的,没有看在在哪里体现出来,还有PARAMETER_NOTIFY + "=false");
,这个是什么参数,这个参数什么意思
franzhong 2012-09-06
  • 打赏
  • 举报
回复
?后面是参数

80,362

社区成员

发帖
与我相关
我的任务
社区描述
移动平台 Android
androidandroid-studioandroidx 技术论坛(原bbs)
社区管理员
  • Android
  • yechaoa
  • 失落夏天
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧