On Jan 19, 2012, at 7:55 AM, Wally McClure wrote:
> I heard yesterday that the Xoom update to ics is starting to roll out. This 
> morning, I have a system update ready to be installed. Questions:
> 1. Can anyone confirm that the system update is ics?

I don't see any updates on my Xoom. :-/

> 2.  How well does the current mfa (4.0.1) work with ics? 

4.0 was tested on the ICS emulator, so it had better work on hardware. :-)

> 3. If i have an app running in hc, what types of API changes am I looking at? 
> Is there any type of document anywhere describing the changes? I'm thinking 
> this is a google type question, I'm just wondering if any links r known.

        http://developer.android.com/sdk/api_diff/14/changes.html
        http://developer.android.com/sdk/api_diff/15/changes.html

That's not a great report, though, as it doesn't list semantic changes. For 
example, one of the ICS breaking changes we ran across was that prior to 4.0 
[0] BroadcastReceivers could respond to broadcasts immediately after 
installation. Afterward, the apps BroadcastReceiver would not fire until after 
an Activity had been launched. This required changing Fast Deployment from 
sending the SEPPUKU broadcast to inserting & launching a "dummy" activity so 
that the necessary app-specific directories would be created.

I still haven't seen any listing of such "behavioral" changes.

 - Jon

[0] or 3.x? I forget.

_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to