sentry-java icon indicating copy to clipboard operation
sentry-java copied to clipboard

Ability to enable Spotlight from AndroidManifest.xml

Open LaurentTreguier opened this issue 5 months ago • 1 comments

Problem Statement

I was looking to enable Spotlight for and Android app. Up until now I had relied on the automatic initialization, with configuration through metadata tags in my AndroidManifest.xml file. However, it seems like it is not possible to enable Spotlight this way. The ManifestMetadataReader.java class has no reference anywhere to Spotlight, and the official docs for Spotlight only show integration through manual initialization. That last point makes me wonder, was this a conscious decision? Is it intentional to not allow Spotlight initialization through the manifest, or is it merely or oversight?

Solution Brainstorm

No response

LaurentTreguier avatar Sep 14 '24 10:09 LaurentTreguier