Android Can I use JOIN at mediastore query

后端 未结 2 1885
隐瞒了意图╮
隐瞒了意图╮ 2020-12-20 02:03

is there any method to use join in a query at mediastore data?

Or also is there any method to access the mediastore data through a database and not with the content

2条回答
  •  感情败类
    2020-12-20 02:48

    is there any method to use join in a query at mediastore data?

    There are no JOINs possible with content provider queries, sorry.

    Or also is there any method to access the mediastore data through a database and not with the content provider?

    Only if you write your own firmware.

提交回复
热议问题