t-knapp / BINhungrig-fh-bingen-mensa-android

Android App "BINhungrig" for menu of cantina of Fachhochschule Bingen
3 stars 1 forks source link

Make camera permission optional #15

Closed git-commit closed 9 years ago

git-commit commented 10 years ago

Do this by adding

andorid:required=false

to the camera permission.

git-commit commented 10 years ago

How would we inform the user that he can't take pictures:

a) Disable camera button completely (as in grey it out)

a.1) Disable camera button completely (as in remove it from the view)

b) Leave camera button as is, output a toast if the user tries to take a photo stating he does not have a camera.

c) Any more ideas @t-knapp @Rakatna ?

git-commit commented 9 years ago

Closed with #18