RedApparat / Fotoapparat

Making Camera for Android more friendly. 📸
Apache License 2.0
3.82k stars 407 forks source link

Permissions were not added to manifest #57

Closed scifinder closed 7 years ago

scifinder commented 7 years ago

Hello! I'm new to Android Studio. By the instruction I connected your library, but in the manifest file no permissions were added. Why?

dmitry-zaitsev commented 7 years ago

Permissions will be added automatically when you try to build the app. You will not see them in your AndroidManifest, as they are added by the manifest merger.

If you are interested about the details, you can read about it here: https://developer.android.com/studio/build/manifest-merge.html