I should have been clearer: extras of type array are not supported by
Launcher. Bundles/Parcelables are used for IPCs but not for long term
persistence (this would cause tons of compatibility issues across
versions.) Therefore, Home does not save intents (therefore shortcuts)
as binaries, but as URIs. The URI form of intents does not support
arrays.

On Fri, Aug 27, 2010 at 11:42 PM, Doug <beafd...@gmail.com> wrote:
> On Aug 27, 10:16 pm, Romain Guy <romain...@android.com> wrote:
>> Extras are supported but not arrays.
>
> Technically, the string array IS an extra since I'm using putExtra to
> save the array into the intent's extra bundle.
>
> I never saw an exception on anything surrounding this issue.
>
> I'm surprised that there is anything I could put into a Bundle that
> wouldn't be persisted.  Isn't the whole point of a (Parcelable) Bundle
> to be serialized/persisted?
>
> Doug
>
> --
> 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
>



-- 
Romain Guy
Android framework engineer
romain...@android.com

Note: please don't send private questions to me, as I don't have time
to provide private support.  All such questions should be posted on
public forums, where I and others can see and answer them

-- 
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