Reputation: 850
I got a mail Google about new SMS or Call log policy, according to this I’m not able to use READ_SMS, SEND_SMS, RECEIVE_SMS anymore in my app. My 5 apps has been removed.
I’m using these permission for Panic feature i.e. to send SMS in background in case of panic.
Or Send Auto SMS to know user by checking the contact id from received SMS in case user is busy in meeting or is at silent zone area.
Is there any solution for this above problem?
Upvotes: 0
Views: 1793
Reputation: 429
now you may have to use 3rd party API like :- https://www.nexmo.com/ for achieve that's like functionality.
Upvotes: 0
Reputation: 62421
Short answer : You must have to read this
Long Answer for Alternatives to common uses:
With the SMS Retriever API, you can perform SMS-based user verification in your app automatically, without requiring the user to manually type verification codes, and without requiring any extra app permissions.
If the SMS Retriever API is not an option for your app, users can also manually enter a verification code.
With the SMS Intent, your apps can initiate an SMS or MMS text message.
With the Share Intent, your app can enable users to share content or send invites through a variety of supporting apps without requiring sensitive app permissions.
With the Dial Intent, your app can specify a phone number and open the phone app. The user can then explicitly initiate the phone call.
The Dial Intent doesn't require the CALL_PHONE permission.
Hopefully you will got answer.
Upvotes: 1