我的内容uri有一条取决于内容的路径,例如content://controller/ContentItem/0/Favorites/RecentlyPlayed
我观察到,当我在此uri中插入内容时,也会通知其他所有具有较短路径的uri。
例
我在以下位置插入一些内容:
content://controller/ContentItem/0/Favorites/RecentlyPlayed
还通知:
content://controller/ContentItem/0/Favorites
content://controller/ContentItem/0
content://controller/ContentItem
这是通常的行为吗?
拉尔夫
最佳答案
Yes if you passed true
for notifyForDescendents
when registering that observer