Open app from Widget

aaronk

Well-Known Member
Licensed User
Longtime User
Hello,

Is there a way to load a app from a widget?

Basically I want to have the widget as a view only widget and when you tap on the widget make it open a app if its installed, and if its not installed then make is display a message box saying its not installed.

Can this be done?
 

NJDude

Expert
Licensed User
Longtime User
Hello,

Is there a way to load a app from a widget?

Basically I want to have the widget as a view only widget and when you tap on the widget make it open a app if its installed, and if its not installed then make is display a message box saying its not installed.

Can this be done?

Yes it can be done, you will need to create an invisible panel which will become visible if the app is not installed, otherwise, using an intent, open the app.
 
Upvote 0
Top