performance - Enable camera settings -- android -
is possible enable camera setting pragrammatically? want enable camera setting page programmatically , enable user page. have searched far, cant able proper reference.
i'm going assume want open camera preferences activity , set location tagging on, in similar way google maps directs user system preferences activity switching on gps. unfortunately isn't possible camera application, because camera app isn't standard across android devices.
personally have 3 camera apps on phone, not including apps eyem , instagram, , don't think unusual. none of them have same activity setting preferences, , built in app doesn't have standard preferences activity.
if want go down route best can first check location services being available (see how check if location services enabled? example if unsure) before invoking intent take picture. direct user turn them on if necessary , also, warn them require location tagging turned on in camera app of choice.
Comments
Post a Comment