I cannot remove READ_PHONE_STATE

Asked

Viewed 436 times

0

This permission is not in my Androidmanifest even so when I upload to the play store appears this image message, and my app does not use this type of data, pfv help me!

  • What values of your minSdkVersion and targetSdkVersion ?

  • minSdkVersion 15 targetSdkVersion 26

1 answer

1

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.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.