2

Google Console

enter image description here

Android Manifest File

enter image description here

enter image description here I have not used any of the call and sms permission but still i'm getting the warning message from google play..what would be the solution? Please suggest me!

Savin Sharma
  • 769
  • 5
  • 22

1 Answers1

0

As you've now posted your gradle file, it turns out the PayUMoney Android SDK is the culprit.

Other people have raised the issue on their GitHub repo, you need to submit a permissions declaration form to Google Play, explaining that you need the permissions to perform SMS verification.

Specifically, this exception from Google's help article:

SMS-based financial transactions (e.g. 5 digit messages), and related activity including OTP account verification for financial transactions and fraud detection

Jake Lee
  • 7,549
  • 8
  • 45
  • 86
  • 1
    thanks @jakeSteam for your answer....but in my other application i have not used this GET_TASK permission but still i get that warning..what would be the reason? – danny morrison Jan 07 '19 at 11:17
  • I suggest you add this new information into your question, which currently has very little information in it! Please show your other app's manifest. It's possible a third party library you're using requires the permissions, so posting your `build.gradle`s would be helpful too. – Jake Lee Jan 07 '19 at 11:18
  • @dannymorrison Please add this into your *question*, not comments! Then it can be formatted properly. – Jake Lee Jan 07 '19 at 11:26
  • It can also be due to payumoney using the permission. try using the latest version of dependency. – karan Jan 07 '19 at 11:32
  • @KaranMer can u please suggest the new version of payumoney? – danny morrison Jan 07 '19 at 11:34
  • you would need to refer the developers website, I am currently unable to access it. – karan Jan 07 '19 at 11:34
  • @dannymorrison Please see my updated answer. PayUMoney is absolutely the issue, I've linked you to others having an identical issue, and a potential fix. – Jake Lee Jan 07 '19 at 11:38
  • No worries. Make sure mark your question as solved (tick next to this answer) if you're happy with the answer. – Jake Lee Jan 07 '19 at 11:46
  • one final question....do i need to remove the payumoney integration or is there any updates in it to remove the sms permission? – danny morrison Jan 07 '19 at 11:51
  • @dannymorrison Well, if you fill in that form, and google agrees your app is exempt (which it seems to be, since it's listed as an excluded use case), you won't need to remove the permission. I suggest you fill it in ASAP! – Jake Lee Jan 07 '19 at 11:58