I have a conflict that I have a tedious workaround to right now that would like to solve with one action.
We have a backlog Android 7 devices and now with the new hardware using Android 9.
The difference in the camera app is in the package name org.codeaurora.snapcam vs org.codeaurora.snapcamera.
Is there a wildcard optioning for the Launch:// package name that would allow me to use either naming of the camera or is the only option here to have a second profile fully setup with that new camera name?
I was also interested in the Script File setup, but have found very little in helpful notes.
Would be something interesting to be if apilevel is 24/25, use snapcam; if 28, then use snapcamera?
