Error 908 read phone state permission has been denied. enable it in the setting app

error 908 read phone state permission has been denied. enable it in the setting app

Ask for this permission
android.permission.READ_PHONE_STATE

READ_PHONE_STATE

ops :sweat_smile: @bodymindpower correction done

when i am using this permission android.permission.READ_PHONE_STATE… i am getting this error - error 908 read phone state permission has been denied. enable it in the setting app

Most likely the permission is not declared in the Manifest.

Note: To be able to ask for permissions, the permissions must be declared in the Manifest.

Add the PhoneCall component and try again.