Change the projectionMap for AUDIO_ARTISTS_ID_ALBUMS

Currently, the Audio.Artists.Albums in MediaStore doesn't implement
BaseColumns. If the user wants to query _id, it will crash. Use
Audio.Albums instead of it. They implement the same columns
(AlbumColumns).

Bug: 166397571
Test: manual, write the test app to query it, it doesn't crash
Test: atest MediaProviderTests
Change-Id: I77fdedd36808c983663294053e3155d244b8f67b
Merged-In: I77fdedd36808c983663294053e3155d244b8f67b
(cherry picked from commit 3040fc63d6d8cd213b3955b6394f26af254122c8)
1 file changed