UNPKG
react-native-android-sms-listener
Version:
latest (0.8.0)
2.1.0
0.8.0
0.7.0
0.6.0
0.5.0
0.4.1
0.4.0
0.3.0
0.2.0
0.1.3
0.1.2
0.1.0
Allows you to listen for incoming SMS messages
CentaurWarchief/react-native-android-sms-listener
react-native-android-sms-listener
/
android
/
src
/
main
/
AndroidManifest.xml
6 lines
(5 loc)
•
218 B
text/xml
View Raw
1
2
3
4
5
6
<
manifest
xmlns:android
=
"http://schemas.android.com/apk/res/android"
package
=
"com.centaurwarchief.smslistener"
>
<
uses-permission
android:name
=
"android.permission.RECEIVE_SMS"
>
</
uses-permission
>
</
manifest
>