_ID 字段对应的值 , 通过 ContentUris 的 withAppendedId 方法 , 将 _id 字段值转为 Uri , 并保存在外部变量中 ;
// 要删除的图片对应的 Uri, 需要先查询出来...删除 / 修改 操作了 ; 在 分区存储机制 中 , 只能通过文件的 Uri 地址操作文件的 增 删 查 改 ;
修改图片 : 构造 ContentValues , 将 display_name 修改成..._ID 字段对应的值 , 通过 ContentUris 的 withAppendedId 方法 , 将 _id 字段值转为 Uri , 并保存在外部变量中 ;
// 要删除的图片对应的 Uri, 需要先查询出来...://developer.android.google.cn/training/data-storage
访问应用专属文件 : https://developer.android.google.cn.../data-storage/shared
管理存储设备上的所有文件 : https://developer.android.google.cn/training/data-storage/manage-all-files