forked from vergnet/application-amicale
Fixed android permissions
This commit is contained in:
parent
8563fea835
commit
b46e671d83
1 changed files with 2 additions and 1 deletions
3
app.json
3
app.json
|
@ -44,7 +44,8 @@
|
||||||
"backgroundColor": "#be1522"
|
"backgroundColor": "#be1522"
|
||||||
},
|
},
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"VIBRATE"
|
"VIBRATE",
|
||||||
|
"CAMERA"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue