#ASK sensitive permission google play console

Hello…
I want to ask how to fix or solusion for manage google play console rejected my aplication. Because my aplication use android.permission.PROCESS_OUTGOING_CALLS.
In reported google say my aplication must registered deault call.

Usually you have to explain, why your app needs that permission and if this is a core functionality of your app .

What about posting the complete answer from Google?

Taifun

  • Apps must be actively registered as the default SMS, Phone, or Assistant handler before prompting users to accept any SMS or Call Log permissions. Those apps must immediately stop using the permission when they’re no longer the default handler.

    • You declared default Phone handling in your declaration form, but your app isn’t the registered default handler for phone or its other core functionality.

Use the activity starter, see also https://groups.google.com/d/msg/mitappinventortest/z2smpTougx4/xepjtErFBAAJ

See also Search results for 'Process outgoing calls' - Kodular Community

Taifun