Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
374 views
in Technique[技术] by (71.8m points)

java - Android Can I use JOIN at mediastore query

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 provider?

Thank you.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...