lucasferreira / react-native-send-intent

React Native Android module to use Android's Intent actions for send text to shareable apps or make phone calls or opening third party apps
418 stars 159 forks source link

android.settings.APPLICATION_DETAILS_SETTINGS data uri #124

Open ravithesun02 opened 4 years ago

ravithesun02 commented 4 years ago

I am not able to pass package name I dont know how to pass this in openSettings()

1uokun commented 4 years ago

It only works in system setting

eg: open system setting

SendIntent.openSettings("android.settings.SETTINGS")

See the Setting Constants detail in https://developer.android.com/reference/android/provider/Settings#constants_1

Plan B

If you want to open special app's detail setting , please use react-native-android-open-settings