Has anybody else run into the issue that Android 12 removed the option to set an alternative default camera app? Does anybody have any idea why Google would make such a stupid change?
Time to root my phone again for the first time in years, I guess. Way too many regressions...
Conversation
Replying to
There has never been the option to specifically set a different default camera app but rather you can choose a different handler for the intents used to launch an app for still image capture and video capture. That's still entirely supported in Android 11 and beyond.
Android 11 removed the ability for non-system camera apps to handle the system media capture intents used by other apps to ask the user to record images or videos on their behalf in a camera app.
developer.android.com/about/versions
Can only pick among system-provided camera apps for those.
1
It was removed for privacy/security reasons and the system media capture intents always open a system provided activity instead. Many alternate camera apps implemented these insecurely or abused them. Having only system apps able to provide it encourages apps to trust the API.
1
Show replies

