GeekyAnts / external_app_launcher

BSD 3-Clause "New" or "Revised" License
14 stars 31 forks source link

.openApp() return 'something went wrong' #22

Open LamimPaulo opened 1 year ago

LamimPaulo commented 1 year ago

I'm creating a android launcher and therefore on the homescreen, it show apps to open. is works completely fine for the majority of apps, actualy, the only one i cant open is 'Pluto TV'.

On openApp() it returns 'something went wrong'

any idea what it could be? i have no clue if it is something with gradle, or this app is different...

i've tried to make android intents/actions directly, but didnt managed to fully understand the comcept may this pluto tv app opens diferently?

Gayathri-GA commented 1 year ago

@LamimPaulo Can you please check once have you added the package name properly androidPackageName: 'tv.pluto.android',? I have not faced any issues with opening the app.

arshad-dqot commented 1 year ago

I want to open my another app I have add package name right but it return something went wrong.