RedApparat / FaceDetector

Face detection for your Android app
Apache License 2.0
1.17k stars 197 forks source link

Permissions corrupted #4

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hi !

I'm trying to use this library but as soon as I add "compile 'io.fotoapparat:facedetector:1.0.0'" on my gradle config file, my app who usually asking me permissions to write file on the device stopped asking for it. And now I can't write any file on the device.

Any idea ?

ghost commented 7 years ago

You have to add "tools:node='replace'" on the "uses-permission" tag. (xmlns:tools="http://schemas.android.com/tools")