IntentLauncherAndroid usages

Hello,
Can anyone please help me with this:

IntentLauncherAndroid.startActivityAsync(IntentLauncherAndroid.ACTION_APPLICATION_DETAILS_SETTINGS, data);

From android developer site: The Intent’s data URI specifies the application package name to be shown, with the “package” scheme. That is “package:com.my.app”.
I’ve tried package:host.exp.exponent and several others but to no avail

how should i fill up the optional data parameter? I am trying to open up Expo app settings

2 Likes

It looks like IntentLauncherAndroid doesn’t support creating an intent with a data uri. I think this is just something that’s missing on our end. Can you post here Feature Requests | Expo so that we see this next time we’re deciding what features to build? Thanks!

2 Likes

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.