Help in finding package name

Use this block to decode json, this block available in connectivity > web
image

Used this block also…
I have just made a list by getting all the package names…but out of them there are some available in my app…do out of those I want to open the specific app from package name…

for example: I have Google shortcut in my app and I want to to fetch the package name of Google and open it… similarly other apps also

1 Like

Ever heard about Package Utilities component?

Yeah I tried package utilities too but it can only say if the package name is installed or not…

use this extension

[FREE/BETA] System Launcher Extension - Extensions - MIT App Inventor Community

But I want to select from a list of installed packages and open the selected one

just use the get list block and select one and launch it

extension link i mentioned above

But I am not able to pit the logic…I have saved some urls to some buttons…so if one button is pressed and it has a value then it will check whether the app is installed or not…if it is then open app else open url
This is the logic…but I want to put in blocks…can any of you help me to use this logic on the code…the url opening part of one by me…now I want to open the app

I think it about deep link

What can I do with it…can’t understand

It can help you

that easy to do you can try it -

how to check app is install or not : use the file tool extension or file component and check app private directory exist or not

for checking is install or not use this extension
PkgUtils : An extension to work with Packages - Extensions - Kodular Community

if app is not install then use activity starter for opening url otherwise launch the app directly

now try it and if you want any help then post your block here for further help
at least try once then ask for help

1 Like

I will try it tomorrow and let you know if it works

But I am not saving the package name…I am just saving the links of url so how can I fetch the package name… because without it I can’t select which app to open…

Can anyone tell what to do

Where exactly is the problem?
The package manager extension gives you the package names and the LaunchApp method starts a specific app

You might want to show us your relevant blocks…

Taifun

Actually my app takes the url and the favivon of a particular site chhosen by user and saves it…means a bookmark app you can say…but in that user can also save app links…so that user can be redirected to the particular place but my app doesnot save the package name of any app…so when I have to open any app…I will get all the package names of apps installed on users phone but from that how can I know which app to open…means how to select the specific package because I have no package name…

yeah it is working now…thanks for helping

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