0
After a search, I managed to find a solution that is very simple. I will post here someone go through the same problem.
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="seu pacote">
<uses-permission android:name="android.permission.READ_PHONE_STATE" tools:node="remove" />
add that to the manifest.
What values of your
minSdkVersion
andtargetSdkVersion
?– Max Fratane
minSdkVersion 15 targetSdkVersion 26
– Paulo Henrique Galdino