Conversation

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...
1
Replying to and
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
Replying to and
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