Live Folder: browser intent error
Posted
by MrSnowflake
on Stack Overflow
See other posts from Stack Overflow
or by MrSnowflake
Published on 2010-03-21T21:54:02Z
Indexed on
2010/03/21
22:21 UTC
Read the original article
Hit count: 341
android
I'm trying to make a Live Folder with URIs. The intent I set to the Live Folder items is an Intent{Intent.ACTION_VIEW, Uri.parse(url)}
. I have verified url is indeed http://www.google.com
(for testing purposes). But when I click the item in the live folder I get an error message: "Application is not installed on your phone." I guess I'm missing something, but I have no idea how to make the browser launch.
© Stack Overflow or respective owner