react-native-send-intent
react-native-send-intent copied to clipboard
android.settings.APPLICATION_DETAILS_SETTINGS data uri
I am not able to pass package name I dont know how to pass this in openSettings()
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