Android: Permission Denial: starting Intent with revoked permission android.permission.CAMERA

Remove this permission <uses-permission android:name=”android.permission.CAMERA”/> I faced this error executing my app in android 7. After tests I noticed user permission wasn’t in project A but it was in project B, that I only tested in android 5 devices. So I remove that permission in project B in order to run it on other device … Read more