Android Question Publication refused

FerGeoRi

Active Member
Licensed User
Morning, everyone.
I'm trying desperately to publish my application on PlayStore without success.
Refusals come from permissions.
Here is the answer from the control:
Requested permissions do not match core functionality of the app
You declared Default SMS handler (and any other core functionality usage while default handler), Default Phone handler (and any other core functionality usage while default handler), Default Assistant handler (and any other core functionality usage while default handler) as the core functionality of your app. However, after review, we found that your app does not match the declared use case(s). Learn more about permitted uses and exceptions.
Please either:
• Make changes to your app so that it meets the requirements of the declared core functionality or,
Select a use case that matches your app’s functionality

I'm attaching the Capture00 file which gives the details of the Application Manifest.
I am also attaching the Capture01 file which gives the details of the Authorization Declaration Form.
At the moment I have difficulty understanding the principle and I have had to give authorisations that do not correspond.
So I'm completely blocked.
Thank you very much for the help you are going to give me.
With kind regards.
FerGeoRi
 

Attachments

  • Capture00.PNG
    Capture00.PNG
    25.6 KB · Views: 131
  • Capture01.PNG
    Capture01.PNG
    51.4 KB · Views: 127

FerGeoRi

Active Member
Licensed User
Thank you for your prompt response.
But since I suck, I'm having a hard time figuring it out.

My app manages cards that contain mobile phone numbers.
By clicking on a phone number, I offer the possibility to call or send a text message.

By adding rp.PERMISSION_CALL_PHONE and
rp.PERMISSION_SEND_SMS in codes, is this the solution?
FerGeoRi
 
Upvote 0

FerGeoRi

Active Member
Licensed User
No. You should instead send an intent that starts the default sms app.

Thank you for your response.
Can you tell me what to do?
Sincerely.
FerGeoRi
 
Upvote 0

FerGeoRi

Active Member
Licensed User
Thanks again EREL.
I am very far from having so many skills in this field.

I replaced ps.Send(phonenumber, message) by In.PutExtra("sms_body", message) and the sending of the sms goes through Android.
I attach the log picture / Permission list.
I'm going to relaunch a publication request.
Cordially
FerGeoRi
 

Attachments

  • Capture02.PNG
    Capture02.PNG
    7.5 KB · Views: 129
Upvote 0
Top