SIGN IN SIGN UP

Add missing Javadoc dependency to `framework-mediaprovider`

The `MediaStore.java` file imports
`android.media.ApplicationMediaCapabilities` and references it from
the Javadoc of some of `EXTRA_ACCEPT_ORIGINAL_MEDIA_FORMAT` field.
Strictly speaking, that class should have been imported in the stubs
to ensure that the references in the Javadoc could be correctly
resolved. However, due to some inaccurate handling of imports in
Metalava the import was not added to the stubs.

The handling of imports in Metalava will be improved and so the class
will be correctly imported. However, that would lead to a compile time
failure because `ApplicationMediaCapabilities` is not on the classpath
when compiling the stubs. This change avoids that by adding the missing
dependency in preparation for the Metalava changes.

Bug: 371955471
Test: m droid
      tools/metalava/scripts/gather-android-metalava-artifacts.py before
      tools/metalava/scripts/gather-android-metalava-artifacts.py after
      meld before after
Change-Id: I00b967ae1d015a39c9a7a0b073786ced291784fb
P
Paul Duffin committed
9b56546fa31a9c613a51f0e7c4f0e98f021af597
Parent: 8c92c91