iakmds / librecamera

A free and open source camera app for Android written in Flutter and Dart
https://f-droid.org/packages/com.iakmds.librecamera/
GNU General Public License v3.0
278 stars 27 forks source link

[Feature Request] Default Camera App #44

Closed SkyDvl closed 1 year ago

SkyDvl commented 1 year ago

I would like to suggest adding the ability to make Libre Camera the default camera app for Android, so that it's possible to access it easily from the lock screen. Thank you in advance

iakmds commented 1 year ago

Hi there, thanks for the issue.

Though I'd love to implement such option, unfortunately there is no way for me as the developer to set the app as the default camera app. There are some solutions you can try as a user though:

  1. Set default camera app in settings. Note that only some Android versions support this options (Settings → Apps → Default apps → Camera → Libre Camera)
  2. Disable the default camera app so only Libre Camera is available (Settings → Apps → Camera → Disable). Note that not every phone allows you to do that. In case you really want to remove the default camera and you know what you're doing, you can use ADB to uninstall it (but please do your research about the potential implications!)
  3. Try out third-party solutions such as Default App Manager (Play Store) or Better Open With (Play Store)

These are the options I found while researching, I hope I could help. Let me know if there is anything else, I will close the issue for now. Thanks again!