The dependencies you have in your project, will add their own permissions.
Please do the below to find from where "READ_PHONE_STATE" is coming.
- Rebuild your android application
- Press "Ctrl+Shift+F" in android studio (basically do a search all in the editor of your preference).
- Search for "READ_PHONE_STATE", you would find the entry in a regenerated manifest file (not the one you originally created). By the path of it you can know, from which dependency the permission is getting added.
