I'm implementing the PickVisualMediaRequest
photo picker and have added the service to my manifest.xml telling Play Services to install its module for API levels under 30, as shown here: https://developer.android.com/training/data-storage/shared/photopicker#device-availability
Does doing this mean that
- other apps that don't include the service but use the same
PickVisualMediaRequest
flow will also utilize the module, or - this only impacts the app that includes the service in its mainfest.xml?