AmineToualbi / Raven

Android App sending messages to saved entries when a specific location is reached.
0 stars 0 forks source link

Migrate from SMSManager to Intent #18

Open AmineToualbi opened 5 years ago

AmineToualbi commented 5 years ago

SMSManager requires SEND_SMS permission. This causes Play Store to reject app for some reason. Migrate to using an intent-filter instead to send a SMS which circumvents the SEND_SMS permission.