[android-developers] Re: Will maxSdkVersion=10 always block Honeycomb?

2011-04-07 Thread Yan
Ah, unofficial means. Good thing you mentioned that. I guess that
could mean ROM's too.

I better just redesign my user-interface...


On Apr 6, 9:57 pm, TreKing treking...@gmail.com wrote:
 On Tue, Apr 5, 2011 at 11:35 AM, Yan yinor...@gmail.com wrote:
  can I be certain that any device with an API level 10 and less will never
  get updated to an API level 11?

 Uh ... no. Any device with API 10 can be updated to 11 (if the code ever
 becomes available) through unofficial means.

 --- 
 --
 TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
 transit tracking app for Android-powered devices

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


Re: [android-developers] Re: Will maxSdkVersion=10 always block Honeycomb?

2011-04-07 Thread Dianne Hackborn
Even official means.  If the user receives an OTA update to a version after
you say your app supports, we aren't going to remove your app from the
device.  That is the reason we stopped supporting this attribute in the
platform, it was dumb, and leads to really dumb behavior like that.

On Thu, Apr 7, 2011 at 9:05 AM, Yan yinor...@gmail.com wrote:

 Ah, unofficial means. Good thing you mentioned that. I guess that
 could mean ROM's too.

 I better just redesign my user-interface...


 On Apr 6, 9:57 pm, TreKing treking...@gmail.com wrote:
  On Tue, Apr 5, 2011 at 11:35 AM, Yan yinor...@gmail.com wrote:
   can I be certain that any device with an API level 10 and less will
 never
   get updated to an API level 11?
 
  Uh ... no. Any device with API 10 can be updated to 11 (if the code ever
  becomes available) through unofficial means.
 
 
 ---
 --
  TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
  transit tracking app for Android-powered devices

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




-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  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