Try a 'content:' Uri instead of a 'file:' Uri.

On Mar 7, 9:38 am, ryan_f <bluebaracu...@gmail.com> wrote:
> I have Photoshop.com 1.1.0 (build 3) installed on my T-Mobile G1,
> Android 1.6 phone.  When trying to use the described intent, no
> application was found to handle it.
> ActivityNotFoundException
> No Activity found to handle Intent { act=android.intent.action.EDIT
> dat = file:///sdcard/pictures/20061021_NewYorkCity_121.jpg typ=image/
> * }
>
> The code being used to launch:
>                 String theIntentType = "image/*";
>                 Intent theIntent = new Intent(Intent.ACTION_EDIT);
>                 theIntent.setDataAndType(Uri.fromFile(aFile), theIntentType);
>                 try {
>                         startActivity(theIntent);
>                 } catch (Exception e) {
>                         //display dialog
>                 }
>
> Please advise.
> --
> Ryan F.
>
> On Mar 5, 2:10 pm, Adobe DI Mobile <mobilead...@gmail.com> wrote:
>
>
>
> > The Photoshop.com Mobile editor is now available to the Android
> > developer community as an activity that handles actions of type
> > Intent.ACTION_EDIT, for image content that has data of mime-type image/
> > *.
>
> > For more information on incorporating the editor into your Android
> > application, please 
> > visit:http://mobile.photoshop.com/android/developers.html- Hide quoted text 
> > -
>
> - Show quoted text -

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to