react-native-send-intent icon indicating copy to clipboard operation
react-native-send-intent copied to clipboard

android.settings.APPLICATION_DETAILS_SETTINGS data uri

Open ravithesun02 opened this issue 4 years ago • 1 comments

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

ravithesun02 avatar Apr 30 '20 03:04 ravithesun02

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

1uokun avatar Sep 01 '20 09:09 1uokun