ptrLx / OneShot

Remember the happy days!
GNU General Public License v3.0
41 stars 3 forks source link

feature request. choose which camera to use to take pictures #7

Closed Wjxfi closed 1 year ago

Wjxfi commented 1 year ago

I wanted this because my camera (default) adds unnecessary information to the photo (such as device id and other), in general, ICC profile

I wanted to use an open camera

ptrLx commented 1 year ago

OneShot will use the camera app, that is selected as default in Android. You can change the default camera application in your system settings. It's not really easy to implement such a setting in OneShot.

Wjxfi commented 1 year ago

I couldn't find it in miui

ptrLx commented 1 year ago

Apparently, this setting has been removed since Android 11. In addition, apps that want to open the camera app have to use the pre-installed one. Source: https://android.stackexchange.com/questions/228774/how-do-we-set-the-default-camera-app-in-android-11