Opening Device Settings on Android using Linking

Hi,

I was able to make this work by using the following snippet:

IntentLauncherAndroid.startActivityAsync(
  IntentLauncherAndroid.ACTION_APP_NOTIFICATION_SETTINGS,
  {
    "android.provider.extra.APP_PACKAGE": "paste here your application's package name"
  }
);

Hope it helps,

cheers!

1 Like