briankabiro / react-native-get-sms-android

React Native module to get messages on an Android device
MIT License
137 stars 68 forks source link

Not able to delete msg on Android 10, WRITE_SMS permission is not valid anymore either #67

Open zairwolf opened 4 years ago

zairwolf commented 4 years ago

Is there any work around to make it work?

Thanks

briankabiro commented 4 years ago

Hi, Zairwolf

Let me have a look at the issue and will get back with a fix. Thanks for raising this.

briankabiro commented 4 years ago

Hi, @zairwolf.

1. Delete message Is the app the default SMS handler? If not, it's not possible to delete messages.

You can check out this thread for the full explanation ->

https://github.com/briankabiro/react-native-get-sms-android/issues/51#issuecomment-576307007

2. Write sms permission Going to look at this now and see whether it changed on Android 10

Cererec commented 3 years ago

Hi, @zairwolf.

1. Delete message Is the app the default SMS handler? If not, it's not possible to delete messages.

You can check out this thread for the full explanation ->

#51 (comment)

2. Write sms permission Going to look at this now and see whether it changed on Android 10

It there a way to make my RN app as the default messaging app?

schotek commented 3 years ago

It there a way to make my RN app as the default messaging app?

Hi, @Cererec , Did you realize how to do these tasks?

VatsalManiya commented 2 years ago

hii Can You suggest Some code Or Reference Project In android java language